Results 1 to 3 of 3

Thread: Loading Map failed

  1. #1
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts

    Loading Map failed

    Hello Guys, i made a new Map, and i wanted to test it.
    The Map has got a problem while loading:

    On the loadbar, it only loads a mini bit (2 cm), it should continue with loading, but it only loads a bit.

    I can't join the Map. Before it worked, I only added a Origin + a thing ( script - > Brushmodel ) and it should turn and I compiled the map.

    mp_map.gsc
    Code:
    main()
    {
    	maps\mp\_load::main();
    	thread turner();
    }
    
    turner()
    {
    	turner = getent("turner","targetname");
    	
    	while(1)
    	{
    		turner rotateYaw(360,3);
    	}
    }
    Somebody know why it happens? And how to fix?

    Thanks!

  2. #2
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    I can suggest you Kung's rotate brushmodels tut

    PHP Code:
    turner waittill("rotatedone"); 
    Last edited by Jeplaa; 8th September 2013 at 14:10.

  3. The Following User Says Thank You to Jeplaa For This Useful Post:

    Loveboy (8th September 2013)

  4. #3
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    You got an infinte loop there. Add a wait.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •