shanapu / MyWeaponAllocator

CSGO - Retakes weapon allocator
https://forums.alliedmods.net/showthread.php?t=309217
GNU General Public License v3.0
31 stars 13 forks source link

P250 is missing in CT/T pistol selection #3

Closed borzaka closed 5 years ago

shanapu commented 5 years ago

you can press 8. Next - Button in pistol menu to get to next page where you can find the p250 right after the cz75.

https://github.com/shanapu/MyWeaponAllocator/blob/master/scripting/MyWeaponAllocator.sp#L564

borzaka commented 5 years ago

Oh, I see now. Sorry.

This panel confused me, because there isn't a 7th option. After 6th comes 8th, so I thought one is missing.

Why need p250 be on a new page? Can't be the 7th option here?

image

shanapu commented 5 years ago

this is the standard how sourcemod order a menu. SM takes care of the complete page layout / pagination.

#1-#6 are item
one spacer line
#7 is Back
#8 is Next
#9 is Exit
borzaka commented 5 years ago

Thank you for clarifying!