28.11.2010, 13:23
Simple snippet to check out some new objects, works with Incognito streamer, requires helicopter and has no purpose other than watching new objects and might require additional tweaks
Also one vid (used first version of posted code), WTF is that first object, some nuclear reactor? O.O
Код:
new Float:offset; for (new i=18632; i<=19053; i++) { CreateDynamicObject(i, 0.0-offset, 0.0, 100.0, 0, 0, 0, -1, -1, -1, 250.0); offset = offset + 40; }