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

[request] can any one fix code for this small plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 02-18-2017 , 08:25   [request] can any one fix code for this small plugin
Reply With Quote #1

Plz fix problem in this plugin, i dont know what is the problem but hud is not coming full it starts and stops in between.

PHP Code:
#include < amxmodx >
#include < amxmisc >
#include < csx >
#include <colorchat>
#include <dhudmessage>

//#define HuD_effects random(256), random(256), random(256), 0.09, 0.27, 2 , 1.0, 8.0
#define HuD_effects 0, 170, 255, 0.09, 0.27, 2, 1.0, 15.0

new const Msg[] = "Welcome %s To %s^nWe hope You EnJoy Playing Here^n^nYour rank is %d / %d";

public 
plugin_init( )
{
    
register_plugin"Welcome Message""1""$[K]Y~" )    
}

public 
client_putinserverid )
{
    
set_task10.0"InfoHud"id )
    
set_task5.0"adminHUD"id )
}

public 
InfoHud(id)
{
    new 
stats], body], hostname64 ], name32 ]
    new 
rank_pos get_user_statsidstatsbody )
    new 
rank_max get_statsnum( )
    
    
get_cvar_string"hostname"hostname63 )
    
get_user_nameidname31 )
    
    
set_dhudmessageHuD_effects )
    
show_dhudmessageidMsgnamehostnamerank_posrank_max )
}
public 
adminHUD(id)
{
    if (
is_user_admin(id))
    {
        
client_print_color(idGREY"^3Welcome Pro ^4ADMIN :D");
    }

__________________

Last edited by Sanjay Singh; 02-18-2017 at 09:13.
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
 



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 18:50.


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