Liberty Unleashed

Scripting => Script Help => Topic started by: sseebbyy on August 05, 2013, 11:30:31 am

Title: What are the parameters of AddSpawnScreen ?
Post by: sseebbyy on August 05, 2013, 11:30:31 am
Hi all ! :)

I decided today to create a LU server because I have a good idea in my mind by months.

So... what are the parameters of AddSpawnScreen ?

The wiki doesn't have any example there about it.( here is a link ) (http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/SpawnClass/AddSpawnScreen)
Title: Re: What are the parameters of AddSpawnScreen ?
Post by: sseebbyy on August 05, 2013, 09:24:45 pm
It still doesn't works...

Code: [Select]
WARNING: No Spawnscreens have been detected. Adding a default spawnscreen
I used params from <spawnscreen> for AddSpawnScreen but I still get the same warning.
Title: Re: What are the parameters of AddSpawnScreen ?
Post by: Mido_Pop on August 06, 2013, 12:14:13 pm
It still doesn't works...

Code: [Select]
WARNING: No Spawnscreens have been detected. Adding a default spawnscreen
I used params from <spawnscreen> for AddSpawnScreen but I still get the same warning.

Man Try To Put This In content.xml >
Code: [Select]
<spawnscreen x="93.42" y="-1552.8" z="244.59" angle="0" camx="93.42" camy="-1549.8" camz="244.59" camlookx="93.42" camlooky="-1552.8" camlookz="244.59" />To Get The Spawn Screen  :P :P
Title: Re: What are the parameters of AddSpawnScreen ?
Post by: sseebbyy on August 06, 2013, 02:19:46 pm
Man Try To Put This In content.xml >
Code: [Select]
<spawnscreen x="93.42" y="-1552.8" z="244.59" angle="0" camx="93.42" camy="-1549.8" camz="244.59" camlookx="93.42" camlooky="-1552.8" camlookz="244.59" />To Get The Spawn Screen  :P :P
[/quote]

That is exactly what Svenko shown me  :-X

Btw, just to know... I am using the default server.

EDIT: I fixed it with help from VRocker. I thought I have to add it in Script.xml not content.xml.