View Single Post
cFG
SourceMod Donor
Join Date: Aug 2009
Location: Poland, Łódź
Old 11-27-2010 , 16:03   Re: [Native]Sync HUD Messages
Reply With Quote #19

Could you gave me a example on how to use it?

The code is
Code:
                if(fm_get_user_vip(victim) && get_pcvar_num(ps_asa))
                {
                    new status = get_pcvar_num(ps_asa);
                    update_points(attacker, status, _, 1);
                    set_hudmessage(255, 255, 255, 0.02, 0.9, 0, 6.0, 1.0);
                    show_hudmessage(attacker, "%L", attacker, "POINT_RECEIVED", "VIP Kill : ", status);
                }
I'll try'd to do it by myself but, there's too many arguments
__________________
HLXBans - worthy successor of AMXBans

Last edited by cFG; 11-28-2010 at 09:36.
cFG is offline