Posts: 79
Threads: 19
Joined: Mar 2011
Reputation:
4
BO ultimate admin menu need help
Posts: 37
Threads: 2
Joined: Nov 2010
Reputation:
2
did you add your GUID..? -_-'
Posts: 6,052
Threads: 429
Joined: Oct 2010
03-24-2011, 08:14
(This post was last modified: 03-24-2011, 08:24 by d0h!.)
(03-24-2011, 02:13)[pro snipah Wrote: [quote='ZerO_oNe' pid='12485' dateline='1300913028']
post your code..
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"