27.09.2016, 06:32
Hey there. So i got a rp script, the player spawns with 299 id skin with both female and male gender. I want it like this, if player is male then a random male skin will be given to him and if he/she selects female then a random female skin would be given to her. Any idea on how to do this?
Default variables in script on spawn:
PlayerInfo[playerid][pModel] = 299;
Male and female info:
PlayerInfo[playerid][pSex] == 2[female]
PlayerInfo[playerid][pSex] == 1[male]
Default variables in script on spawn:
PlayerInfo[playerid][pModel] = 299;
Male and female info:
PlayerInfo[playerid][pSex] == 2[female]
PlayerInfo[playerid][pSex] == 1[male]