19.07.2009, 11:03
//top of script
//duty command
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]);

