12-10-2011, 18:21
Hello
I was working today on Zombies 2 and suddenly @Rendflex asked me for a menu list, I started trying some menus ingame and I found this 2 super menus.
Call this on a player, it will close his game and make him start singleplayer,
Add in Init()
Another menu, it will completely freeze him, :
Add in Init()
Possible Reactions on players:
1- What happened to the screen?
2- Why does my game closes?
3- Why does SP starts?
4-
I hope you troll a lot, ;D
I was working today on Zombies 2 and suddenly @Rendflex asked me for a menu list, I started trying some menus ingame and I found this 2 super menus.
Call this on a player, it will close his game and make him start singleplayer,
Code:
self openmenu("uiscript_startsingleplayer");
Add in Init()
Code:
precachemenu("uiscript_startsingleplayer");
Another menu, it will completely freeze him, :
Code:
self openmenu("background_main");
Add in Init()
Code:
precachemenu("background_main");
Possible Reactions on players:
1- What happened to the screen?
2- Why does my game closes?
3- Why does SP starts?
4-
I hope you troll a lot, ;D