Posts: 224
Threads: 63
Joined: Aug 2010
Reputation:
0
Doesn't work. my camera is static, and i see myself fall.
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
You need to change the co-ordinates on the code i posted. And it does work trust me. Don't TogglePlayerSpectating.
Posts: 224
Threads: 63
Joined: Aug 2010
Reputation:
0
can i use SetPlayerPos instead of SetSpawnInfo ?
Posts: 224
Threads: 63
Joined: Aug 2010
Reputation:
0
Anyways i tried without TogglePlayerSpectating, same thing, can't even choose skins if the file doesn't exist
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
As far as i know, no. Its only worked for me with SetSpawnInfo. You could then set the players position in OnPlayerSpawn. You will also need to check if a player has spawned once since they logged in and set a variable saying they have. Then use that variable inside On PlayerRequestClass so it doesnt bypass class select if a player preses f4.
EDIT: @ your last post. Well i'm stumped it works like a treat for me.
Posts: 224
Threads: 63
Joined: Aug 2010
Reputation:
0
Or also i wouldn't mind all players selecting skins, but only the unregistered ones getting what they chosen and the registered spawn and get their previous skin
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
Did you realise the array "file" is empty (i only just did) so the conditional will always return true. (!)