Raised This Month: $ Target: $400
 0% 

VIP ScoreBoard


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
bartyCs
Senior Member
Join Date: Oct 2010
Location: Waka France (27) ;D
Old 12-21-2010 , 13:29   VIP ScoreBoard
#1

Salut tout le monde,

J'aurais aimé savoir si il était possible, en modifiant la source qui va suivre, d'afficher "VIP" pour tout le monde, (Terros et CTs) ??
PHP Code:
#include <amxmodx> 
#include <amxmisc> 

new g_szVIPMap 

public plugin_init() 

    
register_plugin("Admins are VIP's""1.0""PHP++"
    
register_event("ResetHUD""ResetHUD""be"
     
    new 
szMapName[32
    
get_mapname(szMapName31
     
    if (
containi(szMapName"as_") > -1
        
g_szVIPMap 


public 
ResetHUD(id

    
set_task(0.5"VIP"id 6910


public 
VIP(TaskID

    if (
g_szVIPMap
        return 
PLUGIN_HANDLED 
         
    
new id TaskID 6910 
     
    
if (is_user_admin(id)) 
    { 
        
message_begin(MSG_ALLget_user_msgid("ScoreAttrib")) 
        
write_byte(id
        
write_byte(4
        
message_end() 
    } 
     
    return 
PLUGIN_HANDLED 

__________________

Web: www.lvluPcommunaute.net | Time to Evolve !
bartyCs is offline
Send a message via MSN to bartyCs Send a message via Skype™ to bartyCs
 



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 20:09.


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