Posts: 146
Threads: 41
Joined: Apr 2012
Reputation:
0
anyone help me with save skin? i want so when new player register after register they can pick anyskin. then when they they log off and then log back on, they just have to log in and they will automatic spawn. how can i do that?
Posts: 929
Threads: 17
Joined: Mar 2012
Reputation:
0
man you should have grouped these questions together.
anyways
your not telling use what command processor you use, what saving system you use?
It can be done many different ways,
are you just looking for a verbal description of the steps?
a code example?
a full system?
if you have no saving system i suggest going right to sqlite or mysql
and not messing about with ini files.
Posts: 146
Threads: 41
Joined: Apr 2012
Reputation:
0
i am using dudb right now. or i can use dini. whichever is easier and more eficiennt
Posts: 929
Threads: 17
Joined: Mar 2012
Reputation:
0
well dini is NOT the way to go,
iv never used dudb, i always just write my own but
if thats your user system then all you need todo is add the skin field.
when a user registers at your server allow them class selection,
and after they spawn save the skin.
when they login set their spawn info along with their last saved skin.
and force them to spawn in the OnPlayerRequestClass
Posts: 146
Threads: 41
Joined: Apr 2012
Reputation:
0
okay thanks. how can i force them to skip Onplayerrequestclass?
I have the other codes. i just need this^