[AJUDA] urgente
#5

Quote:
Originally Posted by Pharrel
Посмотреть сообщение
Como shadow acabou de falar, qdo um carro cai na agua ele respawna sozinho, porem enquanto o player ta dentro do carro ele n respawna, portanto vc pode fazer desse jeito...
pawn Код:
SetTimer("CheckVehiclePos", 1000, true); // dentro da public OnGameModeInit

forward CheckVehiclePos();// No fim do GM
public CheckVehiclePos()
{
new x, y, Float:z;
for(new i=0; i<MAX_PLAYERS; i++)
GetPlayerPos(i, x,y,z);
if(IsPlayerInAnyVehicle(i) && z <= 0)
{
    DestroyVehicle(GetPlayerVehicleID(i));  
}
}
}
Nгo funcionou, o carro ainda cai na бgua e fica lб, milhares e milhares de carros..
Reply


Messages In This Thread
[AJUDA] urgente - by Cristhian - 31.08.2011, 22:07
Re: [AJUDA] urgente - by Shadoww5 - 31.08.2011, 22:09
Re: [AJUDA] urgente - by Pharrel - 31.08.2011, 22:18
Re: [AJUDA] urgente - by Cristhian - 31.08.2011, 22:21
Re: [AJUDA] urgente - by Cristhian - 31.08.2011, 22:37
Re: [AJUDA] urgente - by Pharrel - 31.08.2011, 22:41
Re: [AJUDA] urgente - by Cristhian - 01.09.2011, 00:15

Forum Jump:


Users browsing this thread: 1 Guest(s)