01.10.2014, 21:27
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;
}