Forum Discussion
Hello,
have you tested this?
EventPlayer isn't supported under the "OnGameModeStarted" Event. Thus this setup of yours will likely do nothing.
What you want to use is the Event called "OnPlayerJoinGame" . If you see a warning triangle (!) you are most likely doing something wrong.
- 4 years ago
@FastBuddhaWell done, sir! This worked! It forced me onto the right team. Progress :D
- 4 years ago
what is RandomReal? @FastBuddha
- 4 years ago
It's a function that returns a random number between a set minimum and maximum number. In the example i made here, 1 or 2. Could just as well have been 1-100 or determined by a variable on its own.
- 3 years ago
can you please help me create a server humans vs bots i did what you posted but players still go on both teams. do i have to add numbers to both blocks or just one block?