Raised This Month: $12 Target: $400
 3% 

[CSGO] Advanced Vip System (Abandoned)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Mesharsky How2Kill
AlliedModders Donor
Join Date: May 2017
Location: Poland
Plugin ID:
6845
Plugin Version:
2.0
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Vip system for csgo servers, allows you to give special features for the VIP players
    Old 12-04-2019 , 16:16   [CSGO] Advanced Vip System (Abandoned)
    Reply With Quote #1

    Project abandomed (shiat code).
    .....
    ....
    ...
    ..
    .

    Use this plugin instead: CLICK HERE
    Attached Files
    File Type: sp Get Plugin or Get Source (H2K_VipArenaMode.sp - 928 views - 15.7 KB)
    File Type: sp Get Plugin or Get Source (H2K_VipNormalMode.sp - 4141 views - 26.5 KB)
    __________________
    If you appreciate my work you can send me a Donation

    Thanks everyone for using my work!

    Any requests or question please contact me on discord: Mesharsky#6565

    Last edited by Mesharsky How2Kill; 10-29-2022 at 18:22. Reason: changes in the topic
    Mesharsky How2Kill is offline
    Sincronic
    Senior Member
    Join Date: Dec 2018
    Old 12-05-2019 , 13:59   Re: [CSGO] Advanced Vip System
    Reply With Quote #2

    Hello. Can u add unlimited ammo and no reload ?
    Sincronic is offline
    Mesharsky How2Kill
    AlliedModders Donor
    Join Date: May 2017
    Location: Poland
    Old 12-06-2019 , 01:21   Re: [CSGO] Advanced Vip System
    Reply With Quote #3

    Quote:
    Originally Posted by Sincronic View Post
    Hello. Can u add unlimited ammo and no reload ?
    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.

    Last edited by Mesharsky How2Kill; 12-06-2019 at 01:28. Reason: changes in the post ;p
    Mesharsky How2Kill is offline
    imemix
    Junior Member
    Join Date: Dec 2019
    Location: united kingdom
    Old 12-06-2019 , 03:14   Re: [CSGO] Advanced Vip System
    Reply With Quote #4

    how do i add people do vip ?
    __________________
    imemix is offline
    Notifications
    AlliedModders Donor
    Join Date: Oct 2015
    Old 12-06-2019 , 03:18   Re: [CSGO] Advanced Vip System
    Reply With Quote #5

    Quote:
    Originally Posted by imemix View Post
    how do i add people do vip ?
    Default flag for vip is "o"
    So, give the person you wish to have VIP the flag "o" and they'll be classed as a VIP.
    Notifications is offline
    imemix
    Junior Member
    Join Date: Dec 2019
    Location: united kingdom
    Old 12-06-2019 , 03:25   Re: [CSGO] Advanced Vip System
    Reply With Quote #6

    Quote:
    Originally Posted by Notifications View Post
    Default flag for vip is "o"
    So, give the person you wish to have VIP the flag "o" and they'll be classed as a VIP.
    which folder to give them the o flag ?
    __________________
    imemix is offline
    Mesharsky How2Kill
    AlliedModders Donor
    Join Date: May 2017
    Location: Poland
    Old 12-06-2019 , 10:06   Re: [CSGO] Advanced Vip System
    Reply With Quote #7

    Quote:
    Originally Posted by imemix View Post
    which folder to give them the o flag ?
    The same way like you give yourself admin on the server ?
    So you can go to csgo/addons/sourcemod/configs
    edit admins_simple.ini

    And put
    "STEAMID" "o" which "o" = flag
    Mesharsky How2Kill is offline
    Mesharsky How2Kill
    AlliedModders Donor
    Join Date: May 2017
    Location: Poland
    Old 12-08-2019 , 00:29   Re: [CSGO] Advanced Vip System
    Reply With Quote #8

    Update

    PHP Code:
    Version "1.7" >> Fix error  [SMException reportedClient 1 is not connected :). 
    Attached Files
    File Type: sp Get Plugin or Get Source (H2K_VipENG.sp - 965 views - 22.9 KB)
    Mesharsky How2Kill is offline
    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
    Mesharsky How2Kill
    AlliedModders Donor
    Join Date: May 2017
    Location: Poland
    Old 12-11-2019 , 13:41   Re: [CSGO] Advanced Vip System
    Reply With Quote #10

    Update

    PHP Code:
    Version "1.8" >> Restored the freevip from hr to hr, and some major fixes in the code
    The new fature adds some cvars, so you can enable freevip from specific hour example: 8pm and all the players will have FreeVIP until 8 AM.
    Configurable by cvars.
    Attached Files
    File Type: sp Get Plugin or Get Source (H2K_VipENG.sp - 1002 views - 23.9 KB)

    Last edited by Mesharsky How2Kill; 12-11-2019 at 13:41.
    Mesharsky How2Kill 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 10:52.


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