[Ajuda] Duvida!
#5

pawn Код:
public OnPlayerConnect(playerid){
    SetPVarInt(playerid, "Lock", 0);
    return true;
}

public OnPlayerText( playerid, text[] )
{
    if(!GetPVarInt(playerid, "Lock")){
        return SendClientMessage(playerid, -1, "Vocк ainda nгo escolheu seu personagem, escolha para falar."), 0;
    }
   
    return false;
}

public OnPlayerSpawn( playerid )
{
    if(!GetPVarInt(playerid, "Lock")){
        SetPVarInt(playerid, "Lock", 1);
    }
   
    return true;
}

Para bloquear comandos, coloque:
pawn Код:
if(!GetPVarInt(playerid, "Lock")){
        return SendClientMessage(playerid, -1, "Vocк ainda nгo escolheu seu personagem, escolha para falar."), 0;
    }
No topo do OnPlayerCommandText.
Reply


Messages In This Thread
Duvida! - by jdsfenix - 07.12.2012, 02:53
Re: Duvida! - by lukas_loky - 07.12.2012, 03:03
Re: Duvida! - by Schocc - 07.12.2012, 03:14
Re: Duvida! - by jdsfenix - 07.12.2012, 03:17
Re: Duvida! - by zSuYaNw - 07.12.2012, 03:28
Re: Duvida! - by jdsfenix - 07.12.2012, 03:35
Re: Duvida! - by jdsfenix - 07.12.2012, 16:03
Re: Duvida! - by Don_Speed - 07.12.2012, 16:54
Re: Duvida! - by Maklister - 07.12.2012, 18:07

Forum Jump:


Users browsing this thread: 4 Guest(s)