Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Client xuid + playername
#1
Hey, I already saw a plugin in a server, when you say !admin , it shows the admins who are online.
Is it possible to make a command if(message =="!online")
and then use my xuid, and the xuid will display my username (Because if a admin changes hes name, hes xuid won't so I hope you guys know what I mean)

Thanks in advance
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#2
(12-15-2012, 16:31)99IRock Wrote: Hey, I already saw a plugin in a server, when you say !admin , it shows the admins who are online.
Is it possible to make a command if(message =="!online")
and then use my xuid, and the xuid will display my username (Because if a admin changes hes name, hes xuid won't so I hope you guys know what I mean)

Thanks in advance

ask @OzonE he got the !admin command in the godplugin
Reply

#3
(12-15-2012, 16:31)99IRock Wrote: Hey, I already saw a plugin in a server, when you say !admin , it shows the admins who are online.
Is it possible to make a command if(message =="!online")
and then use my xuid, and the xuid will display my username (Because if a admin changes hes name, hes xuid won't so I hope you guys know what I mean)

Thanks in advance

Code from my Brain( Don't know if even the function names matches):
Code:
List<ServerClient> clients=getClients();
foreach( ServerClient c in clients)
{
foreach(String s in AdminXUID's)
{
if(s==c.XUID)
{
OMG ITS AN ADMIN
}
}
}
[Image: compiling.png][Image: aLKA8og_460sa.gif]
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Wink [News] Call of Duty Online (CN) Enters BravoTest (client is avaliable for download kjkszpj 17 10,248 05-06-2013, 02:18
Last Post: logitechnoob
  [Request] !alias <playername> jakata 3 2,371 02-23-2013, 05:16
Last Post: aceed
  Help how add multiple xuid in SetServerCFG raminr63 7 4,444 10-26-2012, 15:17
Last Post: archit
  [Request] Easy Dvar set server / client. Dumas 10 7,586 09-24-2012, 16:44
Last Post: Nekochan
  xuid finder for mw3(4d1) raminr63 4 3,933 09-17-2012, 17:02
Last Post: SuperNovaAO
  Help 1.9.441 Client Offsets jakata 9 5,106 08-23-2012, 07:07
Last Post: zxz0O0
  Client Say Deviler86 12 5,849 08-08-2012, 17:53
Last Post: Deviler86
  [Request] Ok Help is required for XUID bug Cyanide 45 19,073 07-16-2012, 03:54
Last Post: master131
  Help Client.Other.SecondaryWeapon Bug? narkos 2 2,196 07-14-2012, 21:23
Last Post: narkos
  [Request] deny some xuid connect jiuweiljp 1 1,909 04-09-2012, 01:33
Last Post: Dumas

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.