[HELP] Menu modify.
How i modify this menu.
PHP Code:
PHP Code:
THX |
Re: [HELP] Menu modify.
You can copy string to a Array.
formatex(szTitle, 48, "GodMode: %s", get_user_godmode(plr) ? "\yOn" : "\rOff" ); |
Re: [HELP] Menu modify.
but this gonna change the case two of the menu to the right way?
|
Re: [HELP] Menu modify.
It doesn't change the menu . . . well it might, you don't give us much reference to the actual menu.
|
Re: [HELP] Menu modify.
PHP Code:
PHP Code:
|
Re: [HELP] Menu modify.
Ok, so I forgot to ask: What is the question? I can't understand you.
|
Re: [HELP] Menu modify.
I'm tryng to modify the GodMode... When is turn on apears in the mnu GODMODE: ON and when is off GODMODE: OFF... understand dude?
|
Re: [HELP] Menu modify.
Quote:
Code:
menu_additem(gCustomMenu, get_user_godmode(plr) ? "GODMODE: \yON" : "GODMODE: \rOFF", "2", accessCustom, -1); |
Re: [HELP] Menu modify.
I've tryed this before... but doesn't works. :/ and sorry about 'dude'.
|
Re: [HELP] Menu modify.
I'm add at:
PHP Code:
PHP Code:
undefined symbol 'plr' and argument type mistmach <argument 2> And my plugin doesn't works with 'id' ... the way is add plr at: PHP Code:
|
| All times are GMT -4. The time now is 18:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.