[Ajuda] Ajuda com expulsгo
#3

Atй aн jб tinha chegado... mas nгo funciona

O que jб tentei:

PHP код:
public OnPlayerEnterVehicle(playeridvehicleidispassenger)
{
    if(
iPlayer[playerid][Emprego] == && vehicleid == cTransportador[3])
    {
        
SetTimer("EjectarPlayer"2000false);
        
SendClientMessage(playeridVermelho"[ERRO:] Nгo podes andar nesse veнculo!");
    }
    return 
1;

e isto

PHP код:
public OnPlayerStateChange(playeridnewstateoldstate)
{
    if(
oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER
    {
        new 
vehicleid GetPlayerVehicleID(playerid);
        if(
iPlayer[playerid][Emprego] != && vehicleid == cTransportador[3])
        {
            
RemovePlayerFromVehicle(playerid);
        }
    }
    return 
1;

E nenhum funciona :/
Reply


Messages In This Thread
Ajuda com expulsгo - by bruxo00 - 18.06.2013, 22:17
Re: Ajuda com expulsгo - by ProKillerpa - 18.06.2013, 23:30
Re: Ajuda com expulsгo - by bruxo00 - 19.06.2013, 09:54
Re: Ajuda com expulsгo - by Delta 4 - 19.06.2013, 10:56
Re: Ajuda com expulsгo - by bruxo00 - 19.06.2013, 11:39
Re: Ajuda com expulsгo - by Wellington1999 - 19.06.2013, 11:42
Re: Ajuda com expulsгo - by bruxo00 - 19.06.2013, 11:45
Respuesta: Ajuda com expulsгo - by DartakousLien - 19.06.2013, 12:01
Re: Ajuda com expulsгo - by bruxo00 - 19.06.2013, 13:53
Respuesta: Ajuda com expulsгo - by DartakousLien - 19.06.2013, 18:33

Forum Jump:


Users browsing this thread: 4 Guest(s)