We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At this moment, LR use hard-coded array for menu for removing/adding player points. https://github.com/levelsranks/levels-ranks-core/blob/b4cc529ca68d8c4d8741ce66a25f5dc6fda6426b/Game%20Server/addons/sourcemod/scripting/levels_ranks/menus.sp#L189-L194 I suggest move this array to configuration. Create file with name like addons/sourcemod/configs/levels_ranks/menu_points.ini, and fill with content like:
addons/sourcemod/configs/levels_ranks/menu_points.ini
-1000 -100 -10 10 100 1000
Without KeyValues, because this is simple to read with File methodmap.
File
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At this moment, LR use hard-coded array for menu for removing/adding player points.
https://github.com/levelsranks/levels-ranks-core/blob/b4cc529ca68d8c4d8741ce66a25f5dc6fda6426b/Game%20Server/addons/sourcemod/scripting/levels_ranks/menus.sp#L189-L194
I suggest move this array to configuration. Create file with name like
addons/sourcemod/configs/levels_ranks/menu_points.ini
, and fill with content like:Without KeyValues, because this is simple to read with
File
methodmap.The text was updated successfully, but these errors were encountered: