Quote:
Originally Posted by Fj0rtizFredde
Why do you guys make your code so big?
pawn Код:
CMD:clearchat(playerid, params[]) { if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1, "You are not an admin!"); for(new chat = 0; chat <= 50; chat++) SendClientMessageToAll(-1, " "); SendClientMessageToAll(-1, "An admin cleared the chat!"); return 1; }
About the "changename" do you want so every player can use it or just admins?
|
OMFG then every play would change another player name without being admin duuuuuuuuuh
Mastermids those days
No he want it for admins only as Normal people do.