Spawned Car .........
#7

Here:
pawn Код:
//above main()
new SpawnedCar[MAX_PLAYERS];

//in your spawn command:
SpawnedCar[playerid] = CreateVehicle(...);

//in OnVehicleSpawn or OnVehicleDeath
if(vehicleid == SpawnedCar[playerid])
{
    DestroyVehicle(SpawnedCar[playerid]);
}
Reply


Messages In This Thread
Spawned Car ......... - by GeekSiMo - 30.05.2014, 18:36
Re: Spawned Car ......... - by kamiliuxliuxliux - 30.05.2014, 18:43
Re: Spawned Car ......... - by GeekSiMo - 30.05.2014, 18:44
Re: Spawned Car ......... - by kamiliuxliuxliux - 30.05.2014, 18:46
Re: Spawned Car ......... - by GeekSiMo - 30.05.2014, 18:47
Re: Spawned Car ......... - by GeekSiMo - 30.05.2014, 18:55
AW: Spawned Car ......... - by Macronix - 30.05.2014, 19:28
Re: Spawned Car ......... - by GeekSiMo - 31.05.2014, 06:03
Re: Spawned Car ......... - by BroZeus - 31.05.2014, 06:25
Re: Spawned Car ......... - by GeekSiMo - 31.05.2014, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)