Guest User

Untitled

a guest
Oct 16th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. stock SendClientMessageToAdmins(color, text[])
  2. {
  3. for(new a, g = GetMaxPlayers(); a < g; a++)
  4. if(IsPlayerConnected(a) && IsPlayerAdmin(a))
  5. SendClientMessage(a, color, text);
  6. }
Add Comment
Please, Sign In to add comment