Comandos compartidos
#3

ї?ї?

pawn Код:
CMD:me(playerid, params[]){
        if(isnull(params)) return SendClientMessageEx(playerid, COLOR_WHITE, "Por favor usa {DBED15}/me texto{FFFFFF}");
        new string[128];
        format(string, sizeof(string), "* %s %s.", GetPlayerNameEx(playerid), params);
        ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
        return 1;
    }

CMD:ame(playerid, params[]){
        if(isnull(params)) return SendClientMessageEx(playerid, COLOR_WHITE, "Por favor usa {DBED15}/ame texto{FFFFFF}");
        new string[128];
        format(string, sizeof(string), "* %s %s.", GetPlayerNameEx(playerid), params);
        ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
        return 1;
    }
Reply


Messages In This Thread
Comandos compartidos - by Jeree10 - 01.10.2014, 19:21
Re: Comandos compartidos - by roderjit - 01.10.2014, 20:44
Re: Comandos compartidos - by LiMPiTo - 01.10.2014, 20:46
Re: Comandos compartidos - by roderjit - 01.10.2014, 20:49
Re: Comandos compartidos - by Jeree10 - 01.10.2014, 21:04
Re: Comandos compartidos - by roderjit - 01.10.2014, 21:05
Re: Comandos compartidos - by Jeree10 - 01.10.2014, 21:11
Re: Comandos compartidos - by roderjit - 01.10.2014, 21:27
Re: Comandos compartidos - by Jeree10 - 01.10.2014, 22:49

Forum Jump:


Users browsing this thread: 1 Guest(s)