19.07.2009, 10:58
Code:
new Police[7][1] =
{
{265},
{266},
{267},
{141},
{150},
{280},
{281}
};
This is under /duty
Code:
new rand;
rand = random(sizeof(Police));
for(new i = 0; i <= sizeof(Police)-1; i++) {
SetPlayerSkin(playerid, Police[i][rand]);
}
- Cheers Winter

