Search found 1 match
- May 7th, 2015, 9:44 pm
- Forum: CoD4 Jumps
- Topic: redirect player from a server to another one problem
- Replies: 2
- Views: 8652
redirect player from a server to another one problem
Hello, i am trying to make a script which redirect player from the current server he is in to a new server but it seems like it does not work. Any idea how to make it, here is my script init() { level onPlayerConnected(); } onPlayerConnected() { while(true) { self waittill("connected", pla...