[Ajuda] STRLEN e OnPlayerDeath
#1

MESSAGE DELETED.
Reply
#2

Tenta usar o comando dessa maneira...
PHP код:
 if(strcmp(cmd"/x1"true) == 0)
 {
     
tmp strtok(cmdtextidx);
    if(!
strlen(tmp))
    {
        
SendClientMessage(playeridCOLOR_GRAD2"[INFO] Use: /x1 [id1] [id2]");
        return 
1;
    }
    
id1 strval(tmp);
    
tmp strtok(cmdtextidx);
    if(!
strlen(tmp))
    {
        
SendClientMessage(playeridCOLOR_GRAD2"[INFO] Use: /x1 [id1] [id2]");
        return 
1;
    }
    
id2 strval(tmp);
    
    if(
IsPlayerConnected(id1) == 0)
    {
        
SendClientMessage(playerid,0xFF0000AA,"[ERRO] Player nгo conectado!");
        return 
1;
    }

    if(
PlayerInfo[playerid][pAdmin] < 3)
    {
        
SendClientMessage(playeridCOLOR_GRAD2"Vocк nгo estб autorizado a usar este comando");
        return 
1;
    } 
Qualquer erro me avise
Reply
#3

Compilou certinho, vou editar e jб volto aqui para dar a resposta.
EDIT: Deu tudo certo cara, muito obrigado! +rep
Reply
#4

Quote:
Originally Posted by jefrens
Посмотреть сообщение
Compilou certinho, vou editar e jб volto aqui para dar a resposta.
EDIT: Deu tudo certo cara, muito obrigado! +rep
Qualquer duvida sу entrar em contato...
Reply
#5

Porque que voces tiram a mensagem do post ?
Reply
#6

Quote:
Originally Posted by VeNuZ_
Посмотреть сообщение
Porque que voces tiram a mensagem do post ?
Verdade, isso impede de que prуximos com a mesma duvida consigam resolver...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)