Car nos - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Car nos (
/showthread.php?tid=399255)
Car nos -
Riggster - 13.12.2012
How would I make a car in the server have nos when I start the server?
Re: Car nos -
DaRk_RaiN - 13.12.2012
Add this under OnGameModeInIt
pawn Код:
for(new vehicleid=0; vehicleid<MAX_VEHICLES; vehicleid++)
{
AddVehicleComponent(vehicleid, 1010);
}