13.06.2009, 01:17
Hello,
well i know my english is not the best bat i think you can understand what i want:
Can you tell / link me a Filterscript to show all Players on the Server Colored (Any Fraction has his own color) on the Map and in the Chat?
I have seen this on other Server bat i did'nt find a script.
And my 2. Question what is Wrong:
I want to Check if the Player is an Admin or not.
Thanks for reading,
Greetz, Teyhouse
well i know my english is not the best bat i think you can understand what i want:
Can you tell / link me a Filterscript to show all Players on the Server Colored (Any Fraction has his own color) on the Map and in the Chat?
I have seen this on other Server bat i did'nt find a script.
And my 2. Question what is Wrong:
Код:
if (!strcmp("/checkadmin", cmdtext)) { if(IsPlayerAdmin(playerid)) == 1) { SendClientMessage (playerid, COLOR_YELLOW, "-You are a Admin!!-"); } else SendClientMessage(playerid, COLOR_YELLOW, "You are Nothing!!"); return 1; }
Thanks for reading,
Greetz, Teyhouse