03-24-2011, 11:53
(03-24-2011, 08:14)d0h! Wrote:(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"
When u say "PUT YOUR GUID IN HERE WHAT DO U MEAN BY GUID"??