Comandos por Nicks
#6

Quote:
Originally Posted by dis77urbio
Посмотреть сообщение
Algo asi??


pawn Код:
if(!strcmp(cmdtext, "/Comando", true))
{
        new nick1[MAX_PLAYER_NAME];
        GetPlayerName(playerid, nick1, sizeof(nick1));
        new nick2[MAX_PLAYER_NAME];
        GetPlayerName(playerid, nick2, sizeof(nick2));
        if(!strcmp("nick1_nick1",nick1,true))
        {
        if(!strcmp("nick2_nick2",nick2,true))
        {
        if(PlayerToPoint(4, playerid,1006.7184,-672.9726,121.1484))
           {
               SendClientMessage(playerid, COLOR_ROJO,"ES UN COMANDO DE EJEMPLO !.");
                }
    }
    else
{
SendClientMessage(playerid, COLOR_GREY,"No PUEDES USAR EL COMANDO !");
}
else
{
SendClientMessage(playerid, COLOR_GREY,"MENSAJE PARA NICK2 !");
    return 1;
 }
з

Esoo Exaactamente Eso!! Muchas Grasias !!!
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)