22.01.2010, 10:38
Quote:
|
Originally Posted by » RэРиR «
It's time to realy learn pawn language.
dcmd_megaphone(playerid, params[]) { new string[128], pName[MAX_PLAYER_NAME]; if(!strlen(params)) return SendClientMessage(playerid, COLOR, "/megaphone [message]"); GetPlayerName(playerid, pName, sizeof pName); format(string, sizeof string, ">>Megaphone [Officer %s]: >>%s!!!", pName); SendClientMessageToAll(COLOR, string); return 1; } You can edit the rest by urself. |
Ive just need to know what code to use,
When adding so only Team 1 can use it, And u gotta be in a copcar to use it

