Comandos compartidos
#8

Prueba asн:

pawn Код:
CMD:ame(playerid, params[]) return cmd_me(playerid, params);
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;
}
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)