How can i do this please Help
#5

Antonio's method

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    DestroyVehicle(Veh[playerid]);
    return 1;
}
My Method

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    DestroyVehicle(vehis[playerid]);
    return 1;
}
Reply


Messages In This Thread
removed - by Method.Man - 26.04.2012, 07:36
Re: How can i do this please Help - by RollTi - 26.04.2012, 07:41
Re: How can i do this please Help - by [ABK]Antonio - 26.04.2012, 07:43
removed - by Method.Man - 26.04.2012, 07:49
Re: How can i do this please Help - by RollTi - 26.04.2012, 07:54
removed - by Method.Man - 26.04.2012, 08:00

Forum Jump:


Users browsing this thread: 1 Guest(s)