[HELP] Delete the cars made by the command /v
#2

Make a variable to store the vehicle there and then delete it .

pawn Код:
new MyVehicle[MAX_PLAYERS];
pawn Код:
MyVehicle[playerid] = CreateVehicle(411, 0.0, 0.0, 0.0, 0.0, -1, -1, -1);
pawn Код:
DestroyVehicle(MyVehicle[playerid]);
Reply


Messages In This Thread
[HELP] Delete the cars made by the command /v - by J. - 25.04.2010, 19:17
Re: [HELP] Delete the cars made by the command /v - by Miguel - 25.04.2010, 19:28
Re: [HELP] Delete the cars made by the command /v - by J. - 25.04.2010, 20:28

Forum Jump:


Users browsing this thread: 1 Guest(s)