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

Help Plugins


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lantimilan
Senior Member
Join Date: May 2016
Old 05-10-2017 , 07:10   Help Plugins
Reply With Quote #1

Hi do you know if exit any plugin to limited AWP in server you can buy just 1-2 no to stoped just to limited ?
lantimilan is offline
Send a message via MSN to lantimilan
wickedd
Veteran Member
Join Date: Nov 2009
Old 05-10-2017 , 08:31   Re: Help Plugins
Reply With Quote #2

Yes there is, search the forum.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
lantimilan
Senior Member
Join Date: May 2016
Old 05-10-2017 , 09:19   Re: Help Plugins
Reply With Quote #3

can you help me if you find to post in this thread ?
lantimilan is offline
Send a message via MSN to lantimilan
sirerick
Senior Member
Join Date: Jul 2012
Location: Venezuela
Old 05-10-2017 , 11:12   Re: Help Plugins
Reply With Quote #4

Test

PHP Code:
#include <amxmodx>

#define FIX_BUG_REBUY    true

new g_limit

public plugin_init() 
{
    
register_event"HLTV","event_round_start","a","1=0","2=0" )
    
register_clcmd("awp","limit_awp")
    
#if FIX_BUG_REBUY == true
    
register_clcmd("cl_rebuy","fix_bug_rebuy")
    
#endif 
}

public 
event_round_start( ) 
{
    
g_limit 0
}
public 
limit_awp(id)
{
    if (
g_limit >= 2)
    {
        
client_print(idprint_chat"Only 2 times for round")
        return 
PLUGIN_HANDLED;
    }
    else
    {
        
g_limit++
    }    
    return 
PLUGIN_CONTINUE;

#if FIX_BUG_REBUY == true
public fix_bug_rebuy(id)
{
    
client_print(idprint_chat"For Secutiry Rebuy Are Disable")
    return 
PLUGIN_HANDLED;

#endif 
__________________
√ Zombie plague + greats updates. finished.
√ Surf-Mod level + greats updates Finished.
√ Zombie Scenario like cso. Finished.
Click Here
√ Call Of Duty MOD. Finished.
Click Here


Sorry for my bad english. I'm using translate.
sirerick is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 05-10-2017 , 11:49   Re: Help Plugins
Reply With Quote #5

Search "Awp Limit".
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
chaves
Senior Member
Join Date: Oct 2011
Old 05-10-2017 , 12:27   Re: Help Plugins
Reply With Quote #6

Quote:
Originally Posted by lantimilan View Post
Hi do you know if exit any plugin to limited AWP in server you can buy just 1-2 no to stoped just to limited ?


https://forums.alliedmods.net/showthread.php?t=867
https://forums.alliedmods.net/showthread.php?t=51732
chaves is offline
lantimilan
Senior Member
Join Date: May 2016
Old 05-10-2017 , 17:45   Re: Help Plugins
Reply With Quote #7

Thank you very much for help i find one thanks for everything
lantimilan is offline
Send a message via MSN to lantimilan
Reply



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 14:46.


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