AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Solved (req csgo) infinite ammo fix (https://forums.alliedmods.net/showthread.php?t=322962)

Bacardi 04-11-2020 15:52

Re: (req csgo) infinite ammo fix
 
PHP Code:

public void OnPluginStart()
{
    
HookEventEx("round_freeze_end"round_freeze_end);
}


public 
void round_freeze_end(Event event, const char[] namebool dontBroadcast)
{
    
ServerCommand("sv_infinite_ammo 0");




All times are GMT -4. The time now is 14:50.

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