Advertisement
N1E7R4V

Untitled

Dec 16th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function adminNews(pid,params)
  2. {
  3. if (Player[pid].chat == "ooc")
  4. {
  5. if (Player[pid].admin != 0)
  6. {
  7. local args = sscanf("s",params);
  8. if (args)
  9. {
  10.  
  11. for (local i = 0; i <= getPlayersCount(); ++i)
  12. {
  13. sendOOCmsg(i,0,255,0,"(НОВОСТИ) " + getPlayerName(pid) + ": " + args[0]);
  14. }
  15. }
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement