AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   break line (https://forums.alliedmods.net/showthread.php?t=217351)

Closer456 06-01-2013 20:40

break line
 
Ive been searching for this for a while now and i cant seem to find an answer

anyways, how do I add a break line to the menu?

Example:

1. Shop1
2. Shop2
3. Shop3
4. Shop4

5. Others


0. Exit

v3x 06-01-2013 20:46

Re: Break line in menu
 
Code:
/**  * Adds a blank line to a menu.  *  * @param menu          Menu resource identifier.  * @param slot          1 (default) if the line should shift the numbering down.  *                      0 if the line should be a visual shift only.  * @noreturn  * @error               Invalid menu resource.  */ native menu_addblank(menu, slot=1);
:D

Closer456 06-01-2013 20:48

Re: break line
 
Ty ^_^


All times are GMT -4. The time now is 08:16.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.