Raised This Month: $32 Target: $400
 8% 

[Req] Cs 1.6 Get VIP Kill Health


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
YousufKhan2003
Junior Member
Join Date: Nov 2019
Location: Pakistan, Karachi
Old 11-29-2019 , 08:46   [Req] Cs 1.6 Get VIP Kill Health
Reply With Quote #1

Hi.
Iam Finding VIP Get Kill Health But I Can't Find It OTher Websites And In AlliedModders ( Don't Reply Here OxICrOm )
Now Iam Posting For It Can Any One Make This Plugin Please.

Last edited by YousufKhan2003; 11-29-2019 at 08:46.
YousufKhan2003 is offline
LearninG
Senior Member
Join Date: Apr 2019
Location: Iran
Old 11-29-2019 , 09:03   Re: [Req] Cs 1.6 Get VIP Kill Health
Reply With Quote #2

Code:
#include <amxmodx> #include <fun> new const VERSION[] = "1.0" #define VIP_FLAG    ADMIN_IMMUNITY new cvar_health public plugin_init() {     register_plugin("VIP Bouns HP" , VERSION , "LearninG")     cvar_health = register_cvar("amx_bouns_hp" , "50")     register_event("DeathMsg","event_death","a") } public event_death() {     static killer     killer = read_data(1)     if(get_user_flags(killer) & VIP_FLAG)     {         set_user_health(killer , get_user_health(killer) + get_pcvar_num(cvar_health))     } }

Last edited by LearninG; 11-29-2019 at 09:04.
LearninG is offline
YousufKhan2003
Junior Member
Join Date: Nov 2019
Location: Pakistan, Karachi
Old 11-30-2019 , 08:34   Re: [Req] Cs 1.6 Get VIP Kill Health
Reply With Quote #3

Thanks Brother.
It's Work.
And It's Nice Plugin.
Thank You Very Much <3
YousufKhan2003 is offline
Reply


Thread Tools
Display Modes

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 22:11.


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