[AJUDA]Erro em comando de restriзгo carros
#2

Exemplo:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER)
    {
        for(new x; x<strlen(Taxista);x++)
        {
            new veh = GetPlayerVehicleID(playerid);
            if(veh == Taxista[x] && PlayerInfo[playerid][Taxistas] != 1)
            {
                RemovePlayerFromVehicle(playerid);
                return 1;
            }
        }
    }
    return 1;
}
Testa assim
Reply


Messages In This Thread
[AJUDA]Erro em comando de restriзгo carros - by nefestor - 05.10.2011, 23:42
Re: [AJUDA]Erro em comando de restriзгo carros - by WLSF - 05.10.2011, 23:47
Re: [AJUDA]Erro em comando de restriзгo carros - by [O.z]Caroline - 05.10.2011, 23:49
Re: [AJUDA]Erro em comando de restriзгo carros - by nefestor - 06.10.2011, 00:01
Re: [AJUDA]Erro em comando de restriзгo carros - by WLSF - 06.10.2011, 00:11

Forum Jump:


Users browsing this thread: 1 Guest(s)