Whats wrong with menu creation
Hi,
following code Code:
public TeamSelect2(player) {http://x8bit.de/images/cstrike/predatormenu.jpg changes in Amxx since 1.7 ? hand, mogel PS: i'm using Notepad++ (ANSI/Utf-8/etc.) and Webcompiler |
Re: Whats wrong with menu creation
I use Notepad++ too! I love it with my syntax highlighting. Also, you should use ANSI when programming these. I get failed compiles with UTF-8.
|
Re: Whats wrong with menu creation
first i used ANSI ... then i try the same with UTF-8 ... same probleme :down:
|
Re: Whats wrong with menu creation
use new-style menus
|
Re: Whats wrong with menu creation
new-style menu :?:
|
Re: Whats wrong with menu creation
|
Re: Whats wrong with menu creation
ah - ok ... copy&paste the code to the mod ... it looks better - but not corrent ... i try it an other time
|
Re: Whats wrong with menu creation
mogel ; old-menu works perfectly fine and using new-menu is not necessary. I don't understand why some users give you as suggestions to use new-menu. Not the time to look at your code, but it's built strangely ; maybe should you redo your code with some testing.
|
Re: Whats wrong with menu creation
May be it's because the string is formatted numerous times in a row, try to use add or formatex(menu[n],.. or something equivalent.
|
Re: Whats wrong with menu creation
Moin,
Quote:
e.g., this code Code:
format(menu, 999, "%s^n^n^n\rchoose your class\w^n", menu)Code:
format(menu, 999, "%s^n^n^n\\\rchoose your class\\\w^n", menu) |
| All times are GMT -4. The time now is 10:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.