because it does not work?

Started by Kid_Buu, Jan 10, 2018, 06:23 AM

Previous topic - Next topic

Kid_Buu

Hi, I've been using Sebby's menu system on my server but something does not work!
What happens is that (if it enters the menus) but it does not grab the keys to move the options.
I'm not sure what the error is,  is but could someone give me a possible solution?

Here the code:

function onKeyDown(player,key)
{
menuKeyDown( player, key );
}

function onScriptLoad()
{
dofile( "scripts/CMS.nut" );
CreateMenu("Kid_Buu is cool?","Yes","No");
}

Link!

http://www.mediafire.com/file/vsg5u9u7hzeh515/CMS.nut

Sorry for my bad english

umar4911

I am gamer, programmer and hacker. Try to find me!
xD

Kid_Buu


umar4911

Quote from: Kid_Buu on Jan 11, 2018, 05:09 PMoh sorry, Link fixed
Give me forum link of the menu system not the cms.nut file
I am gamer, programmer and hacker. Try to find me!
xD

VK.Jona83Killer



VK.Jona83Killer

add this in your function onPlayerJoin

menuJoin( player );

Kid_Buu

ohhhhhhhhhhhhhh yes

Thaaaanks