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
Give link of forum
oh sorry, Link fixed
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
That men took that system from here:
https://forum.vc-mp.org/?topic=9.msg9#msg9 (http://forum.vc-mp.org/?topic=9.msg9#msg9)
yes
add this in your function onPlayerJoin
menuJoin( player );
ohhhhhhhhhhhhhh yes
Thaaaanks