fuel system..
#1

I don't know how to do this, How each vehicle has his own fuel...
Reply
#2

pawn Код:
new VehicleFuel[MAX_VEHICLES];

// Under ongamemodeinit
for(new i; i < MAX_VEHICLES; i++) VehicleFuel[i] = 100; // Sets VehicleFuel to 100.
Reply
#3

Thanks alot
Reply
#4

Yea...
You will have to learn about loops...
You cant script without loops...
Reply
#5

Yes, you can actually!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)