30.11.2009, 17:37
What do you write that
for? Why not
?
It isn't needed. Also, the compiler does know how many elemnts in array if you initialize it when you declare it and wrong number may cause errors on compiling. So just do
And are you sure you need FLoat: ? I'm asking this because those numbers are integer...
Код:
[0]
Код:
[0][0][0]
It isn't needed. Also, the compiler does know how many elemnts in array if you initialize it when you declare it and wrong number may cause errors on compiling. So just do
pawn Код:
new gSkins[] = { 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 105};