View Single Post
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 09-24-2018 , 18:31   Re: Menu.AddItem Formatting
Reply With Quote #6

Quote:
Originally Posted by Crasher_3637 View Post
That seems like a good alternative to this:

PHP Code:
char sItem[32];
Format(sItemsizeof(sItem), "%N"client);
menu.AddItem("test"sItem); 
I'm with Crasher_3637 on this one. Why create a whole new function when Format can easily solve the issue?
__________________
Spirit_12 is offline