06.08.2009, 05:38
Sorry, I wouldnt know exactly.
I would think though, that if you create a timer to give them nitro every 5 minutes...
60000 is 5 minutes I think...
Then the nitro is vehicle component...
I would think though, that if you create a timer to give them nitro every 5 minutes...
pawn Код:
SetTimer("GiveNitro", 60000, 0);
Then the nitro is vehicle component...
pawn Код:
AddVehicleComponent(vehicleid, 1010);