30.06.2014, 23:37
pawn Код:
zcmd(p, playerid, params[]){
if(!isnull(params)){
new string[128];
if(Info[playerid][pMaskuse] == 1) format(string, sizeof(string), "* %s (( Desconocido )).", params);
else format(string, sizeof(string), "* %s ((%s))", params, GetPlayerNameEx(playerid));
return ProxDetector(30.0, playerid, string, COLOR_VERDE,COLOR_VERDE,COLOR_VERDE,COLOR_VERDE,COLOR_VERDE);
}
else SendClientMessageEx(playerid, COLOR_GRAD2, "* /p <Acciуn>");
return 1;
}