Disable vehicle from spawning another..
#3

Quote:
Originally Posted by SKAzini
Посмотреть сообщение
pawn Код:
new HasSpawnedCar[MAX_PLAYERS]; //At top

HasSpawnedCar[playerid] = 1; //On the class that spawns your car

if(HasSpawnedCar[playerid] == 1)
{
DestroyVehicle
HasSpawnedCar[playerid] = 0;
}
else
{
CreateVeh
}
where to put that exactly, onplayercommand because i have there command /v for car spawn,
or in filterscript carmenu
Reply


Messages In This Thread
Disable vehicle from spawning another.. - by kbalor - 27.06.2012, 18:15
Re: Disable vehicle from spawning another.. - by SKAzini - 27.06.2012, 19:05
Re: Disable vehicle from spawning another.. - by isheremse - 18.11.2012, 19:53

Forum Jump:


Users browsing this thread: 1 Guest(s)