-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rh_get_mapname returns an empty string #134
Comments
Unfortunately I couldn't reproduce this issue on win/lin |
try to use get_mapname |
5 seconds after loading the map, I set the new map name using rh_set_mapname.
I'm sorry, but it doesn't suit me. |
This comment has been minimized.
This comment has been minimized.
After |
new szMapName[MAX_MAPNAME_LENGTH];
rh_get_mapname(szMapName, MAX_MAPNAME_LENGTH -1, MNT_TRUE); //or MNT_SET
log_amx("Map name: %s", szMapName);
Output:
L 06/22/2019 - 01:37:43: [test.amxx] Map name:
The text was updated successfully, but these errors were encountered: