/Gender Script (Help)
#1

hey everyone

i need /gender script
for example when im playing on aurasia team (skin 73 )
when i type /gender my skin change to skin id 207




+Rep
Reply
#2

pawn Code:
CMD:gender(playerid, params[]) {
  new skin = GetPlayerSkin(playerid);
  if(skin == 73)
    SetPlayerSkin(playerid, 207); // Male -> Female
  else if(skin == 207)
    SetPlayerSkin(playerid, 73); // Female -> Male
  return 1;
}
(Everyone can use the command, not only whos in the "aurasia" team. You need to implement that yourself.)
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)