You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to restart (and reset every score) on the current map by mp_restartgame 1
Expected behavior
Restarts the the current map, resets the scoreboard, resets any kills/scores/MVPs/etc, and spawns and gives players the appropriate weapons.
Actual behavior
Restarts the map, resets the scoreboard, but players spawns with no weapons (or with knifes only), and even more than 2 players in one arena.
I ended up using changelevel to the same map to restart the game, but not all clients connects at the same time to start a new game on the current map fairly for everyone.
Plugin version: 1.1.10-dev
Sourcemod version: sourcemod-1.9.0-git6281
Maybe hooking the restart event would help, I don't know, just guessing. Can you point us where to look into this problem?
The text was updated successfully, but these errors were encountered:
Another solution I came up is to disable and enable the plugin:
sm_multi1v1_enabled 0
sm_multi1v1_enabled 1
Strangely after this someone is given an MVP right away, so one person starts with an advantage.
And the client preferences are reset, so you have to setup again with !guns :(
User story
I would like to restart (and reset every score) on the current map by
mp_restartgame 1
Expected behavior
Restarts the the current map, resets the scoreboard, resets any kills/scores/MVPs/etc, and spawns and gives players the appropriate weapons.
Actual behavior
Restarts the map, resets the scoreboard, but players spawns with no weapons (or with knifes only), and even more than 2 players in one arena.
I ended up using
changelevel
to the same map to restart the game, but not all clients connects at the same time to start a new game on the current map fairly for everyone.Maybe hooking the restart event would help, I don't know, just guessing. Can you point us where to look into this problem?
The text was updated successfully, but these errors were encountered: