Raised This Month: $ Target: $400
 0% 

help needed


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Raul3w
Member
Join Date: Apr 2017
Old 07-05-2017 , 10:10   help needed
Reply With Quote #1

Help this plugin.

PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fcs>

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

native bb_get_user_zombie_class(id);

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
set_task 0.5"ShowUserInfo"___"b" );
}

public 
ShowUserInfo() {
    static 
id;
    for ( 
id 1id <= get_maxplayers ( ); id++ ) {
        
        if ( 
is_user_alive id ) ) {
            
            
set_hudmessage 017025500.906.00.5 );
            
show_hudmessage id"[HP: %d | Class: %d | Credits: %d]"get_user_health id ), bb_get_user_zombie_classid ), fcs_get_user_credits id ) );
        }
    }


Class:5 to Class:Alien;Boss class name no number.
Raul3w 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 06:16.


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