[Ajuda] Simples Problema
#2

@EDIT:

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER && GetPlayerScore(playerid) < 5) //Jogador a pй muda para condutor de veiculo
    {
        RemovePlayerFromVehicle(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
Simples Problema - by Rijin - 14.09.2012, 15:58
Re: Simples Problema - by Douglas_prt - 14.09.2012, 16:00
Re: Simples Problema - by ViniBorn - 14.09.2012, 16:01
Re: Simples Problema - by Rijin - 14.09.2012, 16:02
Re: Simples Problema - by Crueliz0n - 14.09.2012, 16:04
Re: Simples Problema - by ViniBorn - 14.09.2012, 16:09
Re: Simples Problema - by Rijin - 14.09.2012, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)