Quote:
Originally Posted by davelord
Still;
|
Quote:
Originally Posted by admantis
pawn Код:
CMD:b(playerid, params[]) { new szString[128], szName[28], szMsg[128]; if (sscanf(params, "s[128]", szMsg)) return 0; GetPlayerName(playerid, szName, 28); format(szString, 128, " (( %s(%d): %s ))", szName, playerid, szMsg); ProxDetector(playerid, 10, szString, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF); return 1; }
And only nine lines.
Easy.
|
yeah but the problem it's that he doesn't even know how to put ProxDetector on the script..
because that i wrote that long func xD