27.12.2014, 15:30
You'll need two random variables then, so if they click male it would give a list of random male skins:
Outputs either: 0, 1, 2, 3 or 4.
Outputs either: 0, 1, 2, 3 or 4.
Outputs either: 0, 1, 2, 3 or 4.
pawn Код:
new mskin = random(5);
pawn Код:
new fskin = random(5);

