[Ajuda] Bloquear Entrada
#5

Quote:
Originally Posted by Murilo_sousa
Посмотреть сообщение
Na verdade vocк quer isso neh ?

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys == KEY_SECONDARY_ATTACK)
    {
        new Float:x, Float:y, Float:z;
        GetPlayerPos(playerid, x, y, z);
        if(SouDaOrgTal == true)
        {
            // Se ele for da ORG
        }
        else
        {
            // Se ele nгo for da ORG
            SetPlayerPos(playerid, x, y, z);
        }
    }
    return 1;
}
Deu este erro
PHP код:

error 017
undefined symbol "SouDaOrgTal" 
Reply


Messages In This Thread
Bloquear Entrada - by Humildade - 27.01.2013, 23:29
Re: Bloquear Entrada - by BreakDriFT - 27.01.2013, 23:32
Re: Bloquear Entrada - by arakuta - 27.01.2013, 23:36
Re: Bloquear Entrada - by Maklister - 28.01.2013, 00:04
Re: Bloquear Entrada - by Humildade - 28.01.2013, 00:48
Re: Bloquear Entrada - by Humildade - 28.01.2013, 17:06
Re: Bloquear Entrada - by Don_Speed - 28.01.2013, 17:08
Re: Bloquear Entrada - by Maklister - 28.01.2013, 17:16
Re: Bloquear Entrada - by sofina - 28.01.2013, 17:26
Re: Bloquear Entrada - by Maklister - 28.01.2013, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)