looking for a car spawn system
#1

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
Reply
#2

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;
}
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)