Thread: break line
View Single Post
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 06-01-2013 , 20:46   Re: Break line in menu
Reply With Quote #2

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);
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline