[AJUDA]Comando /darlider Ajuudda aeew .
#6

Faz tempo que nгo uso strcmp + strtok, mas deve estar certo:
pawn Код:
if(strcmp(cmd,"/darlider", true) == 0)
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"voce nгo й admin logado na rcon.");
    tmp = strtok(cmdtext, idx);
    if(!strval(tmp)) return SendClientMessage(playerid,-1,"Use: /darlider [ID Player] [ID Org]");
    new id = strval(tmp);
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid,-1,"Jogador nao conectado.");
    tmp = strtok(cmdtext, idx);
    if(!strval(tmp)) return SendClientMessage(playerid,-1,"Use: /darlider [ID Player] [ID Org]");
    new idorg = strval(tmp);
    if(idorg > 10 /*troque aqui pelo id maximo de org*/) return SendClientMessage(playerid,-1,"IDs da Org atй 10");
    Orgs[id][pLider] = idorg;
    return 1;
}

Agora й sу por as mensagens
Reply


Messages In This Thread
[AJUDA]Comando /darlider Ajuudda aeew . - by Dracocard - 28.06.2012, 23:39
Re: [AJUDA]Comando /darlider Ajuudda aeew . - by humildadeforever - 28.06.2012, 23:45
Re: [AJUDA]Comando /darlider Ajuudda aeew . - by Dracocard - 28.06.2012, 23:48
Re: [AJUDA]Comando /darlider Ajuudda aeew . - by humildadeforever - 28.06.2012, 23:51
Re: [AJUDA]Comando /darlider Ajuudda aeew . - by Dracocard - 28.06.2012, 23:57
Re: [AJUDA]Comando /darlider Ajuudda aeew . - by humildadeforever - 29.06.2012, 00:05
Re: [AJUDA]Comando /darlider Ajuudda aeew . - by Dracocard - 29.06.2012, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)