how destroy cars? +rep
#1

hi,

i cant destroy the cars i spawned with createvehicle.
Wheres the bug?
They just arent destroyed...

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    Vehicle[i]=CreateVehicle(VehicleID,CarPos1[i][0],CarPos1[i][1],CarPos1[i][2],CarPos1[i][4],-1,-1,20);
}

public OnVehicleDeath(vehicleid, killerid)
{
    DestroyVehicle(RWVehicle[vehicleid]);
    return 1;
}

foreach(Player,i)DestroyVehicle(RWVehicle[i]);
Reply


Messages In This Thread
how destroy cars? +rep - by PawnoQ - 07.04.2012, 23:14
Re: how destroy cars? +rep - by .FuneraL. - 07.04.2012, 23:19
Re: how destroy cars? +rep - by Ronaldo_raul™ - 07.04.2012, 23:19
Re: how destroy cars? +rep - by PawnoQ - 07.04.2012, 23:31
Re: how destroy cars? +rep - by [DOG]irinel1996 - 07.04.2012, 23:40

Forum Jump:


Users browsing this thread: 1 Guest(s)