15.05.2012, 19:27
What you mean "use my filterscript"..?If you load the filterscript in server.cfg - everyone can use it.
Maybe you refer to the functions inside?
Then use just:
Maybe you refer to the functions inside?
Then use just:
pawn Code:
if(IsPlayerAdmin(playerid)) SendClientMessageToAll(0xDEEE20FF, "Welcome admin!");
else SendClientMessageToAll(0xDEEE20FF, "You're not an admin!");