Thread: [Solved] Use menu once per round
View Single Post
Destroyer8506
New Member
Join Date: Oct 2020
Location: IRAN
Old 01-18-2021 , 00:45   Re: Use menu once per round
Reply With Quote #4

Quote:
Originally Posted by LondoN View Post
just pre-create the menu in plugin handler, make a boolean and when /shop /menu is hook make something:

Code:
if(!g_iUsed[id]) menu_display(id, MenuID, 0)
also in handler pui g_iUsed[id] = true
on ham spawn: g_iUsed[id] = false
I Fixed It. Thanks
Destroyer8506 is offline