HELP | The car spawned will destroy!
#2

I have lately used:
pawn Код:
public OnFilterScriptExit()
{
    for(new playerid = 0; playerid < GetMaxPlayers(); playerid ++ )
    if(SpawnedV[playerid] == 1) {DestroyVehicle(SpawnedV[playerid]); Delete3DTextLabel(Text3D:vehicle3Dtext); }
    return 0;//1
}
pawn Код:
public OnPlayerDisconnect(playerid)
{
    if(SpawnedV[playerid] == 1){DestroyVehicle(SpawnedV[playerid]); Delete3DTextLabel(Text3D:vehicle3Dtext);}
    return 0;
}
But doesn't work
Reply


Messages In This Thread
HELP | The car spawned will destroy! - by Yaszine - 02.01.2011, 18:12
Re : HELP | The car spawned will destroy! - by Yaszine - 02.01.2011, 18:14
Re : HELP | The car spawned will destroy! - by Yaszine - 02.01.2011, 19:55
Re : HELP | The car spawned will destroy! - by Yaszine - 03.01.2011, 17:32
Re: HELP | The car spawned will destroy! - by Jeffry - 03.01.2011, 17:40
Re : HELP | The car spawned will destroy! - by Yaszine - 04.01.2011, 12:04
Re: HELP | The car spawned will destroy! - by Vince - 04.01.2011, 12:10
Re: HELP | The car spawned will destroy! - by Kwarde - 04.01.2011, 14:05
Re: Re : HELP | The car spawned will destroy! - by Jeffry - 05.01.2011, 08:27
Re : Re: Re : HELP | The car spawned will destroy! - by Yaszine - 05.01.2011, 11:45

Forum Jump:


Users browsing this thread: 1 Guest(s)