Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Mötley on May 12, 2016, 05:42 PM

Title: Remove message at spawn screen
Post by: Mötley on May 12, 2016, 05:42 PM
I would like to see if it's possible to remove the message on selecting a skin.

I would like to point the camera at the map (across the world) instead of the skin selection.
Title: Re: Remove message at spawn screen
Post by: aXXo on May 12, 2016, 08:05 PM
A solution is to create a custom spawn screen. It won't be very easy.
- Force the player to spawn onPlayerRequestSpawn. That would entirely skip the default spawn screen.
- Teleport the player to a desired loc and in a unique world.
- Focus player camera accordingly
- Create events for key presses or GUI buttons for selecting skins, weapons and a spawn button.
Title: Re: Remove message at spawn screen
Post by: DizzasTeR on May 13, 2016, 03:14 AM
Just like I did here in deathmatch:
https://www.youtube.com/watch?v=wsKNpEeGkMQ
Title: Re: Remove message at spawn screen
Post by: Mötley on May 13, 2016, 05:18 PM
I like the Idea it just sounds like a lot of work just for a pretty view of the world