04.10.2011, 15:41
Quote:
Well, in your command you've added respawning all vehicle that are here (0-1999). They are also in Gamemode.
I'll help you. Add this on top the FS' script: Код:
new bool:Vehicle[MAX_VEHICLES]; When you are creating a vehicle, add true parameter (for example vehicle spawner, like /car) Код:
vehicleid = GetPlayerVehicleID(playerid); Vehicle[vehicleid] = true; Код:
if(Vehicle[i] == true) |