Page 1 of 1

OnMapStart

Posted: Wed Jul 13, 2016 12:34 am
by decompile
Hey,
Im currently in phone cause I forgot to create this topic before goimg off, but however Im having problems withy automatic spawn points creator. Im using OnLevelInitialized to check the amount oft spawn points the current map but it always returns 0.. However would it be possible to add an 'OnMapStart' Listener when the map has been fully loaded so you can ASK these certain actions. (It worka when I load the script Düring map)

Re: OnMapStart

Posted: Wed Jul 13, 2016 3:07 am
by L'In20Cible
OnLevelInit is fired before the map is loading, and OnServerActivate is fired once everything is ready.

Re: OnMapStart

Posted: Wed Jul 13, 2016 12:22 pm
by decompile
Exactly what I was looking for! Thanks