Posts: 25
Threads: 5
Joined: Jul 2012
Reputation:
0
I am in progress of making my own RP server, I been readings tut after tut for the past 2 days trying to pick up on scripting since I never did any type of coding before this is a little complicated lol. Anyways I need a player class for my server, I found a tut that explains some of it but I would like to know how to make a menu out of it for like cops, army, civilian, and so on with some of them being locked so not just anyone can be in the army for example.
Posts: 1,196
Threads: 45
Joined: Jan 2012
Reputation:
0
Delete the first 2 lines....keep only the SetPlayerSkin line...and as far as spawning out of boundries is concerned...it is a problem with OnPlayerSpawn....
I guess this should help you..
Posts: 1,196
Threads: 45
Joined: Jan 2012
Reputation:
0
They are not wrong...but while the code is being executed the players camera will be in the place you have defined there and as soon as the code is completed(i mean the players ets his skin) the camera will reset....it might lagg for the player..
You can keep it...no harm will be done.