08.06.2013, 09:52
I'm interested to know why some people (not just you) always create a two dimensional array where a single dimensional array would suffice. What exactly is wrong with this?
Then simply use like this:
No useless second dimension.
pawn Код:
new const CopSkins[] = { 280, 281, 265, 266, 267, 282, 283, 288, 284, 285 };
pawn Код:
SetPlayerSkin(playerid, CopSkins[ViewingSkin]);