Results 1 to 7 of 7

Thread: Moving a player to spec

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Private
    Join Date
    Apr 2020
    Posts
    66
    Thanks
    28
    Thanked 14 Times in 13 Posts
    Code:
    			self [[level.spawnSpectator]]();
    			self [[level.spectator]](); 
    			self notify("joined spectators");
    Ok i finally got it to work. I also had to set the function pointer "level.spawnSpectator = ::spawnSpectator;" in my gametype gsc.

  2. The Following User Says Thank You to agribilos For This Useful Post:

    kung foo man (16th February 2021)

Posting Permissions

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