Acho que você está usando as natives do jeito errado, falta parametros?
Código PHP:
native SetVehicleHandlingFloat(vehicleid, CHandlingAttrib:attribute, Float:value);
native SetVehicleHandlingInt(vehicleid, CHandlingAttrib:attribute, value);
native GetVehicleHandlingFloat(vehicleid, CHandlingAttrib:attribute, &Float:result);
native GetVehicleHandlingInt(vehicleid, CHandlingAttrib:attribute, &result);
Código PHP:
CMD:hand(playerid)
{
new Float: val;
GetVehicleHandlingFloat(GetPlayerVehicleID(playerid), HANDL_FMASS, val);
SetVehicleHandlingFloat(GetPlayerVehicleID(playerid), HANDL_FMASS, val+0.98);
return 1;
}
k2bi#9906
[C.E.O]Brasil Play Socity
[C.E.O]Brasil Play Socity