Quote:
Originally Posted by admantis
pawn Код:
CMD:n(playerid, params[]) { if (isnull(params)) return SendClientMessage(playerid, 0xFF3300FF, " Usage: /n <your question>"); new szString[128], szName[28]; GetPlayerName(playerid, szName, 28); format(szString, 128, "{33CCFF}Newbie %s(%d): %s", szName, playerid, params); SendClientMessageToAll(-1, szString); return 1; }
Like that?
|
Yes Like that but with a timer to stop spam