error 032: array index out of bounds
#4

Quote:
Originally Posted by Vince
Посмотреть сообщение
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?

pawn Код:
new const CopSkins[] = { 280, 281, 265, 266, 267, 282, 283, 288, 284, 285 };
Then simply use like this:

pawn Код:
SetPlayerSkin(playerid, CopSkins[ViewingSkin]);
No useless second dimension.
Thanks
Reply


Messages In This Thread
error 032: array index out of bounds - by Stefand - 08.06.2013, 07:42
Re: error 032: array index out of bounds - by Giroud12 - 08.06.2013, 07:46
Re: error 032: array index out of bounds - by Vince - 08.06.2013, 09:52
Re: error 032: array index out of bounds - by Stefand - 08.06.2013, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)