Comandos por Nicks
#2

їAsн decнas? їQue dos personas puedan utilizar el comando?
pawn Код:
if(!strcmp(cmdtext, "/comando", true))
{
    new nick[MAX_PLAYER_NAME];
    GetPlayerName(playerid, nick, sizeof(nick));
    if(!strcmp(nick, "Nick_Nick", false) || !strcmp(nick, "Nick2_Nick2", false))
    {
        if(PlayerToPoint(4, playerid, 1006.7184, -672.9726, 121.1484))
        {
            return 1;
        }
    }
    else return SendClientMessage(playerid, COLOR_GREY,"No puedes utilizar este comando.");
}
Reply


Messages In This Thread
Comandos por Nicks - by Fede.Zink - 03.08.2011, 01:18
Respuesta: Comandos por Nicks - by [J]ulian - 03.08.2011, 07:38
Respuesta: Comandos por Nicks - by Fede.Zink - 03.08.2011, 10:00
Re: Comandos por Nicks - by dis77urbio - 03.08.2011, 10:18
Respuesta: Comandos por Nicks - by [J]ulian - 03.08.2011, 12:11
Respuesta: Re: Comandos por Nicks - by Fede.Zink - 03.08.2011, 18:44
Re: Comandos por Nicks - by dis77urbio - 03.08.2011, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)