How to destroy created vehicles? (+REP)
#4

the one that the admin created.

EDIT: oh,you want to delete all vehicles,sorry for misunderstanding ...
You can add [MAX_PLAYERS] to where you create the PlayersVehicle array is
pawn Код:
new PlayersVehicle[MAX_PLAYERS];
and then when they spawn you store the id in the array where his playerid belongs to:
pawn Код:
PlayersVehicle[playerid] = CreateVehicle(vehicle, x, y, z, a+90, -1, -1, -1);
And now just create a command and in it add a loop which will go from 0 to MAX_PLAYERS or the number of slots your server has,in it add the DestroyVehicle function when the playerid in the PlayerVehicle array is i or whatever your array is set to in the loop.
Reply


Messages In This Thread
Deleted. - by iFiras - 05.11.2013, 15:12
Re: How to destroy created vehicles? (+REP) - by Kaperstone - 05.11.2013, 15:14
Deleted. - by iFiras - 05.11.2013, 15:20
Re: How to destroy created vehicles? (+REP) - by Kaperstone - 05.11.2013, 15:27
Deleted. - by iFiras - 05.11.2013, 15:32
Re: How to destroy created vehicles? (+REP) - by Kaperstone - 05.11.2013, 15:33
Deleted. - by iFiras - 05.11.2013, 15:42
Deleted. - by iFiras - 05.11.2013, 16:05
Deleted. - by iFiras - 05.11.2013, 16:51
Re: How to destroy created vehicles? (+REP) - by AlonzoTorres - 05.11.2013, 16:57

Forum Jump:


Users browsing this thread: 1 Guest(s)