Posts: 637
Threads: 106
Joined: May 2011
Reputation:
0
Hello friends , want to ask you how to make gender selection system for RP server?
Posts: 1,008
Threads: 101
Joined: Apr 2008
Reputation:
0
Read the rules about bumping.
And to make a gender selection, depending how you are doing it, If you want it saved, (You probably do)
Create "Male" or something in your Player Enum, Then Save it in your saving location.
If you are using a dialog to select gender, Then make your dialog and add Male Female, If they select male for example, PlayerInfo[playerid][Male] =1;. Then on your loading code set your gender.
Hope it helps.