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
Hook "MapChange" now receives a string to reveal which map the server is about to change to, or empty if the server is shutting down.
ALL scripts listening for this "MapChange" event will need an update. Just add a parameter for a string to receive the new map.
Cheers
The text was updated successfully, but these errors were encountered:
BotManagerInterface.as Line 806 needs to be changed to this:
HookReturnCode MapChange(const string& in sLevel)
From SC 5.26 Changelog:
ALL scripts listening for this "MapChange" event will need an update. Just add a parameter for a string to receive the new map.
Cheers
The text was updated successfully, but these errors were encountered: