Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Admin Headicons
#1
Question 
1. I have some admin icons I made...but have no idea how to have them appear over admins heads. I know you need their xuid, which i have, but am unfamiliar with the code that will show it.
Reply

#2
Pm me if nobody helps you, after 7 hours. The code is at my pc.
Reply

#3
lemon could you post the code into this thread? I need it to Smile
I like turtles
[Image: thumb-275x274-design-609.png]

Reply

#4
I'd need it to, but not only for admin me, well I could ask Jariz he has it too, but hes not here
Reply

#5
Put this somewhere in your mod

Code:
CheckVip()
{
    if(self getxuid() == "110000102d98cae" || self getxuid() == "you can add more like this") self.premium = 1;
}

Then add self thread CheckVip(); in onplayerspawned. and player.premium = 0; in onplayerconnect();

And put this under checkvip in onplayerspawned

Code:
if(self.premium == 1)self maps\mp\_entityheadicons::setEntityHeadIcon("allies", self, (0,0,90), "vip_headicon", false, true);

Players in allies team will see the vip_headicon named image over vip's head.
Reply

#6
(08-05-2011, 13:55)Lemon Wrote: Put this somewhere in your mod

Code:
CheckVip()
{
    if(self getxuid() == "110000102d98cae" || self getxuid() == "you can add more like this") self.premium = 1;
}

Then add self thread CheckVip(); in onplayerspawned. and player.premium = 0; in onplayerconnect();

And put this under checkvip in onplayerspawned

Code:
if(self.premium == 1)self maps\mp\_entityheadicons::setEntityHeadIcon("allies", self, (0,0,90), "vip_headicon", false, true);

Players in allies team will see the vip_headicon named image over vip's head.

Is there a way to show team icon over their head?
Reply

#7
headicon_allies?
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Question Help Admin menu koren30 4 4,790 10-07-2013, 20:17
Last Post: Yamato
Heart [Tutorial] Add yourself as admin for noobs like me. FNCPro 1 2,830 09-02-2013, 19:49
Last Post: Pozzuh
  God Mode Plugin - Everyone has rcon admin srskiller 4 5,679 08-28-2013, 19:03
Last Post: phillipito
  Help How do I open the admin menu for GeKKos QS Mod? conorr 1 2,864 08-15-2013, 13:52
Last Post: Yamato
Question Help Some Server Admin Questions! mn_acer1 2 3,133 08-03-2013, 04:11
Last Post: mn_acer1
  [Request] Need a plugin that hides all ! Admin commands sylvester123 7 4,878 07-27-2013, 13:21
Last Post: Bandarigoda123
Lightbulb Server admin where are you?? Moder.gr 14 9,963 07-23-2013, 08:04
Last Post: sylvester123
  Help MW3 Admin Rcon login PW guru 6 9,353 07-14-2013, 21:18
Last Post: guru
  Admin Server Tool for Modern Warfare 3 for Teknogods??? odok 5 13,054 06-22-2013, 11:02
Last Post: surtek
  Preview Admin / Mod Menu Hologramm 5 6,201 05-29-2013, 00:35
Last Post: sleepunknot

Forum Jump:


Users browsing this thread:
1 Guest(s)

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