Quote Originally Posted by Rocky View Post
it dont have errors,only that with precache.. idk what Mitch think :]
Your code works like this:
PHP Code:
openscriptmenu -1 givepower|id|value (1)
openscriptmenu -1 give|id|value (2
You can do this: openscriptmenu givepower id|power. But the menu 'givepower' needs to be precached.
PHP Code:
precacheMenu("givepower"); 
(this will give a error in console, because the menu isn't there)