01.10.2014, 20:46
ї?ї?
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;
}