I use it to map mg course, but after unloading unnecessary plugins, on the map you can see the zones.
However, it does not count the time,does not work hud and autobh.
This happens once every ten times
In this case, errors appear in the console with
influx_mode_auto_csgo
Code:
sm plugins unload influx_nodmg
sm plugins unload influx_pause
sm plugins unload influx_teams
and here is the list of plugins I have uploaded to the server:
click on image to zoom
@Mehis
Maybe missing some plugin?
btw. I still have a parachute problem,
By adding this code:
Code:
public Action OnPlayerRunCmd( int client, int &buttons )
{
if ( buttons & IN_USE )
{
Influx_InvalidateClientRun( client );
}
}
After pressing the "e" (+ use) button, the timer will actually stop.
However,
was about to stop the meter when someone used the parachute.
It works even when someone is standing on the ground and pressing the button, or opens the door with the "e"
parachute version:
sm_parachute-no-tp&no-grav
https://forums.alliedmods.net/showpo...&postcount=528
__________________