SA-MP Forums Archive
looking for a car spawn system - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: looking for a car spawn system (/showthread.php?tid=102518)



looking for a car spawn system - Drezek - 16.10.2009

i searched the forums using the search button but i couldnt find anything im looking for something that spawns cars using "/car model" and also repairs cars using /repair


Re: looking for a car spawn system - Peter_Corneile - 16.10.2009

pawn Код:
if(strcmp("/repairveh",cmd,true,9) == 0)
{
new vehicle;
vehicle = GetPlayerVehicleID(playerid);
SetVehicleHealth(vehicle,1000);
GameTextForPlayer(playerid,"~g~ vehicle repaired",3000,1);
return 1;
}



Re: looking for a car spawn system - Tigerbeast11 - 16.10.2009

if u want a /car cmd, there is one on the LAdmin filterscript, its what i use....