Raised This Month: $ Target: $400
 0% 

Need easy VIP plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
LithuanianJack
Senior Member
Join Date: Nov 2013
Location: Vilnius, Lithuania
Old 08-22-2015 , 15:07   Re: Need easy VIP plugin
Reply With Quote #3

Quote:
Originally Posted by Hartmann View Post
PHP Code:
#include <amxmodx>
#include <hamsandwich>
#include <fun>

public plugin_init() {
    
RegisterHam(Ham_Spawn"player""fwHamPlayerSpawnPost"1)
}

public 
fwHamPlayerSpawnPost(id) {
    if (
is_user_alive(id)) {
        if(
get_user_flags(id) & ADMIN_LEVEL_H){
            
set_user_health(id120);
            
give_itemid"weapon_hegrenade" );
        }
    }

Thank you! It works
LithuanianJack is offline
 



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:04.


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