07.10.2016, 20:57
You need to change
To
Because health is a float you need to create the variable as a float.
Код:
newVehicleHealth, string[125];
Код:
new Float:VehicleHealth, string[125];

