28.07.2012, 17:08
Hi!
This is my array:
I want to use the third value from array (as you can see it's integer) for object number. The problem is here:
This line give me this error:
How to fix this?
This is my array:
Код:
new Tuning_SpoilerData[][][] = { {"Spoiler 1",200,1164},{"Spoiler 2",300,1163},{"Spoiler 3",400,1162} };
Код:
new ObjectID = CreateDynamicObject(Tuning_SpoilerData[row][2],0.0,0.0,0.0,0.0,0.0,0.0);
Код:
C:\Users\blabla\Desktop\CrazyStunts\gamemodes\CrazyStunts.pwn(613) : error 035: argument type mismatch (argument 1)