Menu
hey,
someone can tell me how i make a menu that only can open 1x in map ? |
Re: Menu
Find emp's AMXX Menu tutorial. Set a bool that after the menu has been opened once, it gets set to true. And if the bool is true, the menu won't open.
|
Re: Menu
Quote:
|
Re: Menu
new bool:menu_opened
if (menu_opened == 0) { show menu menu_opened = 1 } else { opened before! } |
Re: Menu
Quote:
|
Re: Menu
Quote:
|
Re: Menu
Quote:
But i solved my problem thank you all^^ |
Re: Menu
Alright. Awesome. haha
|
Re: Menu
Quote:
|
Re: Menu
Quote:
|
| All times are GMT -4. The time now is 14:48. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.