[Ajuda]Bloco de notas
#5

pawn Код:
if(IsPlayerConnected(playerid))// para ver se ta connectado
        {
            if(gPlayerLogged[playerid] == 0)// serve para ver se ta logasdo
             {            
              if(!IsPlayerAdmin[playerid] && level[playerid] == 4 )//aqui o nivel de admin
               {
                //funзгo que й executada no tal level
               }
               else if(gPlayerLogged[playerid] == 1)
               {
                SendClientMessage(playerid,COR," Player Nгo esta logado");
               }
               else if(!IsPlayerAdmin[playerid] && level[playerid] == 4 )
               {
                SendClientMessage(playerid,COR," Vocк nгo tem level para executar este comando");
               }
           }
      return 1;
}
Reply


Messages In This Thread
[Ajuda]Bloco de notas - by Guerek - 20.07.2010, 20:40
Re: [Ajuda]Bloco de notas - by keller012 - 21.07.2010, 01:44
Re: [Ajuda]Bloco de notas - by zSuYaNw - 21.07.2010, 19:49
Re: [Ajuda]Bloco de notas - by keller012 - 21.07.2010, 19:55
Re: [Ajuda]Bloco de notas - by zSuYaNw - 21.07.2010, 20:04
Re: [Ajuda]Bloco de notas - by keller012 - 21.07.2010, 20:38
Re: [Ajuda]Bloco de notas - by zSuYaNw - 21.07.2010, 20:59

Forum Jump:


Users browsing this thread: 1 Guest(s)