[Ajuda] Comando em Zcmd
#1

A ideia que eu queria mesmo era usar este comando para fazer o Administrador entrar e sair de serviзo.
Este foi o comando que fiz, nгo sei se ajuda nгo sei se nгo. Apenas fi-lo com o conhecimento que tenho.
Ajuda, por favor.

pawn Код:
CMD:adminduty(playerid, params[])
{
    new lvl;
    new string[128];
    if(lvl < 1)
    {
    format(string, sizeof(string), "O administrador %s (ID:%d) estб agora fora de serviзo.", GetPlayerNameEx(playerid),playerid);
    SendClientMessageToAll(0xE40000AA,string);
    PlayerInfo[playerid][Adminduty] = 0;
    SetPlayerColor(playerid, 0xFFFFFFAA);
    }
    else if (lvl < 1)
    {
    format(string, sizeof(string), "O administrador %s (ID:%d) estб agora de serviзo.", GetPlayerNameEx(playerid),playerid);
    SendClientMessageToAll(0xE40000AA,string);
    PlayerInfo[playerid][Adminduty] = 1;
    SetPlayerColor(playerid, 0xE40000AA);
    }
    return 1;
}
Reply


Messages In This Thread
[Ajuda] Comando em Zcmd - by noobre - 05.09.2011, 19:05
Re: [Ajuda] Comando em Zcmd - by [R] ousenber [K] - 05.09.2011, 19:17
Re: [Ajuda] Comando em Zcmd - by noobre - 05.09.2011, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)