Results 1 to 9 of 9

Thread: Player will not take it in!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Private
    Join Date
    Jul 2012
    Posts
    76
    Thanks
    9
    Thanked 56 Times in 38 Posts
    How funny you can move xD

    No, joking apart. Since your English is a little bad I'm not really getting your point.
    Do you want to freeze all players at map end or when exactly? Because if you do, why not block players from spawning? Or spawn them in spectator modus. If you don't want that, why not integrate a new variable which you then can check in the spawn-function.
    Some like:
    PHP Code:
    if(level.winningteam == "tie")
        
    player freezeControls(true); 
    A simple player freezeControls(false); in the spawn function will prevent players from being spawned in a freezed state.

    Edit: Btw. you ask a lot damn questions. It's like 4 pages of threads just by you with 20 threads each. And yesterday malyczolg was blamed for posting every simple problem. It's like I owe that guy an apology.
    Last edited by Peterlankton; 12th July 2013 at 21:55.

Posting Permissions

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