Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sourcemod
Lobby
Commits
f420c1ae
Commit
f420c1ae
authored
May 30, 2019
by
Neoony
Browse files
v0.1 WIP30 -Vote menu is now paginated with 6 items maximum per page
parent
53f7b3d1
Pipeline
#5979
passed with stages
in 2 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/sourcemod/scripting/Lobby.sp
View file @
f420c1ae
...
...
@@ -22,7 +22,7 @@
#include <socket>
#include <cURL>
#define PluginVer "v0.1 WIP
29
"
#define PluginVer "v0.1 WIP
30
"
public Plugin myinfo =
{
...
...
@@ -1002,6 +1002,7 @@ public Action StartVote()
VoteHandle = CreateMenu(Handle_VoteMenu);
SetMenuExitButton(VoteHandle, false);
SetMenuTitle(VoteHandle, "[Lobby] Which server to join?");
SetMenuPagination(VoteHandle, 6);
for(int ServerCount=1; ServerCount<=rowCount; ServerCount++)
{
...
...
updater.txt
View file @
f420c1ae
...
...
@@ -4,7 +4,7 @@
{
"Version"
{
"Latest" "v0.1 WIP
29
"
"Latest" "v0.1 WIP
30
"
}
"Notes" "First release"
...
...
@@ -49,6 +49,7 @@
"Notes" "WIP28: Lobby plugin now has a new dependency, cURL: https://forums.alliedmods.net/showthread.php?t=152216"
"Notes" "WIP28: Added showing XP support of servers when voting"
"Notes" "WIP29: Fix for WIP27"
"Notes" "WIP30: Vote menu is now paginated with 6 items maximum per page"
}
"Files"
...
...
Neoony
@Neoony
mentioned in issue
#39 (closed)
·
May 30, 2019
mentioned in issue
#39 (closed)
mentioned in issue #39
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment