[Q] Array Problem Involving random skins
#2

//top of script
pawn Code:
new rand;

new Police[] =
{
  265, 266, 267, 141, 150, 280, 281
};

//duty command
pawn Code:
rand = random(sizeof(Police));
SetPlayerSkin(playerid, Police[rand]);
Reply


Messages In This Thread
[Q] Array Problem Involving random skins - by [ERP]Snow - 19.07.2009, 10:58
Re: [Q] Array Problem Involving random skins - by Weirdosport - 19.07.2009, 11:03
Re: [Q] Array Problem Involving random skins - by [ERP]Snow - 19.07.2009, 11:15
Re: [Q] Array Problem Involving random skins - by Weirdosport - 19.07.2009, 11:17

Forum Jump:


Users browsing this thread: 1 Guest(s)