Raised This Month: $ Target: $400
 0% 

Fix round win duplication exploit (money buy on dust2 and others)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Natsheh
Veteran Member
Join Date: Sep 2012
Old 06-18-2017 , 11:42   Re: Fix round win duplication exploit (money buy on dust2 and others)
Reply With Quote #1

PHP Code:
#include <infinite_round>

new Float:g_gametime;

public 
OnRoundEnd(   const RoundEndType:type  )
{
        if(
type == RoundEndTypes_Team)
        {
               if(
g_gametime >= get_gametime() - 2.0) {
                    return 
PLUGIN_HANDLED;
               }
               
g_gametime get_gametime();
        }
        return 
0;

Here if you are using amx version 1.8.2 you must follow the instructions & download arkshine infinite round plugin
https://forums.alliedmods.net/showthread.php?t=117782

This plugin checks if ct or ts win is called twice or more and block it.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 06-18-2017 at 11:45.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
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 22:52.


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