Raised This Month: $51 Target: $400
 12% 

Vip hud stats


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
djfox3d
New Member
Join Date: Sep 2016
Old 09-06-2016 , 12:34   Vip hud stats
Reply With Quote #1

hello guys !! I saw a plugin that shows your status if vip yes or no on screen hud, like a menu, does anyone know the name of this plugin?

the screen hud is this: Status: [VIP] or Status: [NO VIP]
djfox3d is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 09-07-2016 , 07:35   Re: Vip hud stats
Reply With Quote #2

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /vip""CmdVip")
}

public 
CmdVip(id) {
    if(
get_user_flags(id) & ADMIN_LEVEL_H) {
        
set_hudmessage(02550, -1.00.3506.06.00.10.2, -1)
        
show_hudmessage(id"Status: [VIP]")
    } else {
        
set_hudmessage(25500, -1.00.3506.06.00.10.2, -1)
        
show_hudmessage(id"Status: [NO VIP]")
    }

__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
PlayStation
Junior Member
Join Date: Nov 2015
Old 09-07-2016 , 19:41   Re: Vip hud stats
Reply With Quote #3

i think he asks about a plugin, which administrates VIP and shows the status
PlayStation is offline
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 22:11.


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