Search Auto Delete Systeme Car
#1

Hi, i search a function to auto delete a vehicle when i'm spawning an other ... if anyone know an..

Thx
Reply
#2

pawn Код:
//Top of script
new Vehicle[MAX_PLAYERS] = {-1,..};

//In Carspawn command
if(Vehicle[playerid] != -1) DestroyVehicle(Vehicle[playerid]);
Vehicle[playerid] = CreateVehicle()
Reply
#3

thx but sorry,i don't understand what you mean
Reply
#4

Well presumably you have a script that spawns cars? Show me that and i'll put the bits where they should go.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)