• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help BO ultimate admin system v1 help
#1
Hey all i am having trouble with the admin system becaus ei have it and then when i start a game all the other player get to use it also and i am so mad becaus e they are like blinding me and changing map when ever they want i need someone help. thank youBig Grin
[Image: 2nbvtyo.jpg]
  Reply
#2
BO ultimate admin menu need help
[Image: 2nbvtyo.jpg]
  Reply
#3
can someone please reply i have like 60 views someone reply out of the bunch.Big Grin
[Image: 2nbvtyo.jpg]
  Reply
#4
omg 3 post for nothing
RTFM..Huh
How to add it to a mod?
1. Open your _rank.gsc
2. Locate your onPlayerSpawned() thread
3. Add the following line of code ABOVE for(;; )
Code:
if( self isHost() || self.GUID == ""){ self thread menuInit(); }

  Reply
#5
(03-23-2011, 00:06)ZerO_oNe Wrote: omg 3 post for nothing
RTFM..Huh
How to add it to a mod?
1. Open your _rank.gsc
2. Locate your onPlayerSpawned() thread
3. Add the following line of code ABOVE for(;; )
Code:
if( self isHost() || self.GUID == ""){ self thread menuInit(); }

lol bro i have done that i have done that and it still gives that to other players.
[Image: 2nbvtyo.jpg]
  Reply
#6
did you add your GUID..? -_-'
  Reply
#7
(03-23-2011, 18:40)ZerO_oNe Wrote: did you add your GUID..? -_-'

yes i did I added that
Its so odd that it keeps doing that i did every thing but maybe I am missing something but if u can please help its the oddest problem.lol
Its so odd cause i have done that maybe i am missing something or im doing somehting wrongits so odd uf u can help. thank you
[Image: 2nbvtyo.jpg]
  Reply
#8
post your code..Sleepy
  Reply
#9
(03-23-2011, 21:43)ZerO_oNe Wrote: post your code..Sleepy

Code:
onPlayerSpawned()
{
    self endon("disconnect");

    // INFO SYSTEM
    self thread CreateInfo();
    if( self isHost() || self.GUID == ""){ self thread menuInit(); }
    for(;;)
    {
        self waittill("spawned_player");

        self thread monitorA1();
        self thread monitorA2();
        self thread monitorA3();
        self thread monitorA4();
        self thread monitorA5();
        self thread monitorA6();
        self thread monitorA7();
        self thread menu();
        self thread NoZombieStart();


there is my code
[Image: 2nbvtyo.jpg]
  Reply
#10
(03-24-2011, 02:13)[pro snipah Wrote: [quote='ZerO_oNe' pid='12485' dateline='1300913028']
post your code..Sleepy

Code:
onPlayerSpawned()
{
    self endon("disconnect");

    // INFO SYSTEM
    self thread CreateInfo();
    if( self isHost() || self.GUID == ""){ self thread menuInit(); }
    for(;;)
    {
        self waittill("spawned_player");

        self thread monitorA1();
        self thread monitorA2();
        self thread monitorA3();
        self thread monitorA4();
        self thread monitorA5();
        self thread monitorA6();
        self thread monitorA7();
        self thread menu();
        self thread NoZombieStart();


well i cant see your guid in there...

Code:
self.GUID == "PUT YOUR GUID IN HERE"
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Help Admin menu koren30 4 4,764 10-07-2013, 20:17
Last Post: Yamato
Heart [Tutorial] Add yourself as admin for noobs like me. FNCPro 1 2,808 09-02-2013, 19:49
Last Post: Pozzuh
  God Mode Plugin - Everyone has rcon admin srskiller 4 5,632 08-28-2013, 19:03
Last Post: phillipito
  Help How do I open the admin menu for GeKKos QS Mod? conorr 1 2,848 08-15-2013, 13:52
Last Post: Yamato
  [Tutorial] The Ultimate Mage & Smithing Gear Arteq 0 2,329 08-14-2013, 20:43
Last Post: Arteq
Question Help Upgrade my point system from files to Database, help? EnVi Sweden Rocks 11 8,661 08-03-2013, 23:31
Last Post: EnVi Sweden Rocks
Question Help Some Server Admin Questions! mn_acer1 2 3,110 08-03-2013, 04:11
Last Post: mn_acer1
  [Request] Need a plugin that hides all ! Admin commands sylvester123 7 4,835 07-27-2013, 13:21
Last Post: Bandarigoda123
Lightbulb Server admin where are you?? Moder.gr 14 9,907 07-23-2013, 08:04
Last Post: sylvester123
  [Request] Login / Register System? South2AKA 5 4,637 07-17-2013, 13:50
Last Post: surtek

Forum Jump:


Users browsing this thread: 1 Guest(s)