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;
}
![[Imagem: disc.png]](https://i.ibb.co/YfQpSD1/disc.png)
[C.E.O]Brasil Play Socity