SA-MP Forums Archive
How? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How? (/showthread.php?tid=304948)



How? - Dziugsas - 20.12.2011

Hello friends , want to ask you how to make gender selection system for RP server?


Re: How? - Dziugsas - 20.12.2011

bump?


Re: How? - -Rebel Son- - 20.12.2011

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.