Thread: [Solved] Need Help with a Vote Menu
View Single Post
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 12-20-2017 , 03:54   Re: Need Help with a Vote Menu
Reply With Quote #3

what exactly are you trying to do?

https://sm.alliedmods.net/new-api/menus/Menu/AddItem

bool AddItem(const char[] info, const char[] display, int style)

PHP Code:
Format(VoteOptionssizeof(VoteOptions), "%T""Yes"client); 
        
IntToString(0TVMEntrysizeof(TVMEntry)); 
        
TeleportVoteMenu.AddItem(TVMEntry"Yes"VoteOptions); 
your using a translation for style?
__________________
8guawong is offline