View Single Post
  #1  
Old 05-13-2008, 10:26 AM
wild8900 wild8900 is offline
Mr. Brightside
wild8900's Avatar
Join Date: Dec 2005
Posts: 418
wild8900 is an unknown quantity at this point
Send a message via MSN to wild8900
Another problem... "join"

Ok, this is an extremely annoying problem. In a level I have:
PHP Code:
//#CLIENTSIDE
if(created||playerenters){
  
join lightlamp;

If you update the level the lightlamp class works but if you reconnect and dont update level manually, the script acts really weird. Pain in the ass.
Why would it do this?
Reply With Quote