Raised This Month: $ Target: $400
 0% 

admins online?!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ironskillz1
AlliedModders Donor
Join Date: Jul 2012
Location: Sweden
Old 02-23-2013 , 15:44   admins online?!
Reply With Quote #1

This should work right? is something wrong?

Code:
public adminsonline() {
static id, count, msg[512], pos, name[32]
pos = 0
count = 0
pos += formatex(msg[pos], 511-pos, "admins online:")
for(id = 1 ; id <= maxplayers ; id++)
 if(is_user_connected(id) && (get_user_flags(id) & ADMIN_IMMUNITY))
 {
  count++
  get_user_name(id, name, 31)
  pos += formatex(msg[pos], 511-pos, "^n%s", name)
 }
 if (count>0)
 {
  ColorChat(id, GREEN, "^4[%s]^3 %d %s", prefix2, count, msg)
 }
 else
 {
  ColorChat(id, GREEN, "^4[%s]^3 0 Admins Online!", prefix2)
 }
}
__________________
I have many private and unique plugins for Jailbreak and Hide'N'Seek. PM me for more info.

Pm me.

Check out my roulette site.
ironskillz1 is offline
Send a message via Skype™ to ironskillz1
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:38.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode