ItsMods

Full Version: BO Simplest Admin Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
its your minimap overlay
Awesome, thanks mate! Big Grin
what do you do with the code plz help

HuhHuhHuh
you put it in _rank.gsc
hey allstair i cant get it to work i get errors i add that code to different mods but it doenst work
alistair hasnt been here since march, however, now admin menus are broken - everybody in the lobby can use it
I dont understand this part:

Open your _rank.gsc
Find onplayerspawned() thread
Add this under self waittill("spawned_player");

if(self IsHost() || self.GUID == ""){self thread HostMenu();}

So if I just want myself to be admin, what do I do?
where do you put the 2nd code at? under spawnedplayer()?
i did exactly as you said mate but when i ran the mod and went to a private match loaded map up and it just came up with error bad syntax
but still other ppl said it's working so good job
(08-06-2011, 14:16)leecon Wrote: [ -> ]i did exactly as you said mate but when i ran the mod and went to a private match loaded map up and it just came up with error bad syntax
but still other ppl said it's working so good job
Run your mod under developer mode to see where your error is. Now when I load this script I have a error on "self thread HUDestroy(MDisplay);". So I am curious how to fix. But if its broken oh well.
Pages: 1 2 3