Posts: 746
Threads: 81
Joined: Aug 2010
Reputation:
0
I just want to hear if this is possible to make.. Only two skins in Class selection??
Posts: 2,322
Threads: 260
Joined: Jul 2010
Reputation:
0
well try to find out actualy when i downloaded a server sample of zombies it had only 2 skins to select so yeh its possible and i dont know but i think ti has to do with OnPlayerRequestSpawn
Posts: 746
Threads: 81
Joined: Aug 2010
Reputation:
0
One problem tho.. When I log in I can't see any skin at class selection.. I can choose one of the skin but It wont show in class selection .. why?
Posts: 246
Threads: 17
Joined: Jul 2008
Reputation:
0
change the coords of SetPlayerCameraPos and SetPlayerCameraLookAt
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
Open your script and search for AddPlayerClass(it must be under OnGameModeInit)
Thats your skins.You can delete all your AddPlayerClass lines and just leave TWO of them and when you connect you will have two skins to chose
Posts: 47
Threads: 13
Joined: Jul 2010
Reputation:
0
SetPlayerCameraPos - that means where player camera will stay
SetPlayerCameraLookAt - That means where camera which you setted with ****CameraPos will look at.