Raised This Month: $ Target: $400
 0% 

amxsuper welcome


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
LiamKiley
Junior Member
Join Date: May 2012
Old 05-09-2012 , 15:53   amxsuper welcome
Reply With Quote #1

hi,

im wondering when you join a server and it goes"name has join the server, your rank is ....." when an admin joins who has all flags how to make it go red instead of green and make a blip noise when you join? I seen it before but cant remember how to make it turn on?

thanks
LiamKiley is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 05-12-2012 , 07:11   Re: amxsuper welcome
Reply With Quote #2

Code:
            if (get_user_flags(id) & ADMIN_RESERVATION) {                                 set_hudmessage(255, 0, 0, 0.10, 0.55, 0, 6.0, 6.0, 0.5, 0.15, 3)                 show_hudmessage(0, message)                                 client_cmd(0,"spk buttons/blip1.wav")                 return PLUGIN_HANDLED                             }             else             {                                 set_hudmessage(0, 255, 0, 0.10, 0.55, 0, 6.0, 6.0, 0.5, 0.15, 3)                 show_hudmessage(0, message)             }

It should already be doing that. You need the 'b' flag.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
Old 12-29-2012, 03:44
emilleach
This message has been deleted by YamiKaitou. Reason: spambot
Reply



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 00:26.


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