Posts: 1,072
Threads: 25
Joined: Jun 2007
Reputation:
0
I heard people , : 'put lots of things in OnPlayerConnect'.
but that won't help if you are making a new gamemode. What is a good solution to the problem of delaying the class selection.
Because i see the Class Selection to fast.
Posts: 13
Threads: 0
Joined: Jul 2007
Reputation:
0
as far as i know this isnt possible
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
Force the player spawn on connect and set their camera some where. Then set a timer to force class selection and kill them?
Posts: 1,072
Threads: 25
Joined: Jun 2007
Reputation:
0
that is a bit weird... At a lot of servers like partyserver, i see that bridge for quite long alon with textdraw.. how to do so?
Posts: 1,072
Threads: 25
Joined: Jun 2007
Reputation:
0
And if i do Wait(10);
1) Will it hold for 10 sec and resume after that automatically?
Posts: 1,293
Threads: 6
Joined: Jul 2008
Reputation:
0
10 = 10 milliseconds, you need 10,000 (without the comma)
Posts: 1,072
Threads: 25
Joined: Jun 2007
Reputation:
0
But still will it hold for 10 sec and will it resume to class selection after those 10 sec?
Posts: 556
Threads: 21
Joined: Feb 2008
Reputation:
0
Should do, give it a try.
Posts: 143
Threads: 2
Joined: Aug 2006
Reputation:
0
Dont use Wait().This will stop your server for the given XYms.
No sync will be done in this time,so your players will get annoyed :\.