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

CT ONLY?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Cirovic
Senior Member
Join Date: Sep 2019
Old 05-25-2020 , 08:41   CT ONLY?
Reply With Quote #1

can this plugin be only for CT Team, so only CT have unlimited ammo ?
Attached Files
File Type: dat svipammo.dat (729 Bytes, 59 views)

Last edited by Cirovic; 05-25-2020 at 08:42.
Cirovic is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-25-2020 , 08:51   Re: CT ONLY?
Reply With Quote #2

Why is the extension .dat?!

Code:
#include <amxmodx> #include <cstrike> #include <fakemeta> #include <hamsandwich> #define PLUGIN "Unlimited Weapon Clip" #define AUTHOR "ConnorMcLeod" #define VERSION "0.0.1" #define CANT_RELOAD_BITSUM  ((1<<CSW_HEGRENADE)|(1<<CSW_SMOKEGRENADE)|(1<<CSW_FLASHBANG)|(1<<CSW_KNIFE)|(1<<CSW_C4)) new g_bAdmin[33] public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_event("CurWeapon", "Event_CurWeapon", "be", "1!0") } public client_putinserver(id) {     g_bAdmin[id] = bool:(get_user_flags(id) & ADMIN_LEVEL_G) } public Event_CurWeapon(id) {     if( !g_bAdmin[id] || cs_get_user_team(id) != CS_TEAM_CT || CANT_RELOAD_BITSUM & (1<<read_data(2)) || read_data(3) > 1 )     {         return     }     set_pdata_int(get_pdata_cbase(id, 373), 51, 100, 4) }
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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 16:56.


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