Thread: Creating Menu
View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-31-2018 , 22:19   Re: Creating Menu
Reply With Quote #5

Quote:
Originally Posted by PurposeLessx View Post
How can I create perfectly a menu who uses fast for server?
Should I use "formatex" ? and also how should "menu_handler" be like?
Thanks for helping.
Use the simplest version of the menu system which is in the tutorial here.

Use format() when you need to format a string. formatex() is an optimization for when the output variable is not also used as an input.

Always use get_players() when you need to loop through players.
__________________
fysiks is offline