View Single Post
Sincronic
Senior Member
Join Date: Dec 2018
Old 12-08-2019 , 06:56   Re: [CSGO] Advanced Vip System
Reply With Quote #9

Quote:
Originally Posted by Mesharsky How2Kill View Post
Sure i can, can you link me a plugin with unlimited ammo and no reload so i can add a check flag to that plugin by "FindConVar function" so unlimited ammo and no reload will be only for a VIP players.

I won't implement this feature into my main plugin as i want it to be quite simple, i don't edit vip plugin for some crazy stuff like unlimited ammo

If you have any ideas i can do modules in that case, so you can give me some feature that you want to be a part of the VIP system and then i can make that feature integrated with my plugin so it will just work as you want

Tell me if that suits you ;).

If you won't find the unlimited ammo plugin with no reload i can write it for you in few days when i will get some time, at this moment im working so don't have much free time to write it myself.
This is it ?
Code:
					SetEntProp(Weapon, Prop_Send, "m_iClip1", 32);
					SetEntProp(Weapon, Prop_Send, "m_iClip2", 32);
Sincronic is offline