ItsMods

Full Version: Troll Menus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I was working today on OMA Zombies 2 and suddenly @Rendflex asked me for a menu list, I started trying some menus ingame and I found this 2 super Troll menus.

Call this on a player, it will close his game and make him start singleplayer, Troll

Code:
self openmenu("uiscript_startsingleplayer");

Add in Init()

Code:
precachemenu("uiscript_startsingleplayer");

Another Troll menu, it will completely freeze him, Troll :

Code:
self openmenu("background_main");

Add in Init()

Code:
precachemenu("background_main");

Possible Reactions on players:

1- What happened to the screen? Confused
2- Why does my game closes? Huh
3- Huh Why does SP starts?
4- Fuu Fuu Fuu Fuu Fuu

I hope you troll a lot, ;D


When you open a menu with openmenu() you don't open the menu with that file name. You open a menu with that name IN the menufile. (You can have multiple menus in 1 .menu files). Therefore you can't really get a list of menus but a great alternative is just looking in the cod4 menu files.
Haha I like the start singeplayer one
(12-10-2011, 18:32)Pozzuh Wrote: [ -> ]When you open a menu with openmenu() you don't open the menu with that file name. You open a menu with that name IN the menufile. (You can have multiple menus in 1 .menu files). Therefore you can't really get a list of menus but a great alternative is just looking in the cod4 menu files.

The thing is, I didn't need that list for .GSC :3
u so mysterious
ehhm?
How to use this?