16.09.2009, 18:24
Hi... im making a Gas system but it seems that the value of the "Gas" variable for each vehicle wont get setted with any value.... i have this
but the Gas[vehicleid] = 50; wont get that value... why is that
Код:
public OnVehicleSpawn(vehicleid) { Engine[vehicleid] = false; Gas[vehicleid] = 50; return 1; }