Page 1 of 1

when using the spawn creator mod....

Posted: Sun Feb 26, 2006 2:13 am
by PKM
this is all i get when i open the gconsole log:


Code: Select all

Allie number 4 spawn created
You can not create a spawn here!
Allie number 5 spawn created
You can not create a spawn here!
Allie number 6 spawn created
You can not create a spawn here!
Allie number 7 spawn created
You can not create a spawn here!
Allie number 8 spawn created
You can not create a spawn here!
Allie number 9 spawn created
You can not create a spawn here!
Allie number 10 spawn created
You can not create a spawn here!
Allie number 11 spawn created
You can not create a spawn here!
Allie number 12 spawn created
You can not create a spawn here!
Allie number 13 spawn created
You can not create a spawn here!
Allie number 14 spawn created
You can not create a spawn here!
Allie number 15 spawn created
You can not create a spawn here!
You can not create a spawn here!
Allie number 16 spawn created
You can not create a spawn here!
Allie number 17 spawn created
You can not create a spawn here!
Allie number 18 spawn created
You can not create a spawn here!
Allie number 19 spawn created
You can not create a spawn here!
Allie number 20 spawn created
You can not create a spawn here!
Allie number 21 spawn created
You can not create a spawn here!
Allie number 22 spawn created
You can not create a spawn here!
^~^~^ Add the following line to the *_precache.scr map script:
cache models/items/dm_50_healthbox.tik
PKM took himself out of commision
You killed yourself
----- Server Shutdown -----
---------------------------
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
----- CL_Shutdown -----
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
------- Sound Shutdown (full) -------
------- Sound Shutdown Complete -------
RE_Shutdown( 1 )
Shutting down OpenGL subsystem
...wglMakeCurrent( NULL, NULL ): success
...deleting GL context: success
...releasing DC: success
...hiding window
...destroying window
...window successfully destroyed
...resetting display
...shutting down QGL
...unloading OpenGL DLL
-----------------------

Posted: Sun Feb 26, 2006 11:27 pm
by ViPER
you have some conflict maybe? make sure your script and any other unecessary stuff is not running while you run that spawn creator.
Otherwise you should check with Sorridstroker at TMT.

Posted: Mon Feb 27, 2006 12:44 am
by PKM
Viper wrote:you have some conflict maybe? make sure your script and any other unecessary stuff is not running while you run that spawn creator.
Otherwise you should check with Sorridstroker at TMT.

wait do you mean take out my custom .scr for my custom map while running it ?

Posted: Mon Feb 27, 2006 1:20 am
by ViPER
Yea, I found a conflict with one of my map.scrs that had to do with team balance.

So try maybe to comment out anything that may have to do with player array. Or to be safe just run a very basic map.scr

Posted: Tue Mar 14, 2006 6:43 pm
by sorridstroker
you need to have developer mode set to 1

:)

Code: Select all

set developer 1

Posted: Tue Mar 14, 2006 6:48 pm
by PKM
thanks sorrid and viper.