20.11.2017, 15:17
I have this code below:
When compiling, I get this error:
I'm trying to make the object in question appear in world 1, 2 and 3.
Код:
for(new i = 1; i < 4; i++) { CreateDynamicObject(1506, 1313.68884, -1332.89209, 28.22197, 0.00000, 0.00000, 0.00000, i); }
Код:
warning 202: number of arguments does not match definition