CreateDynamicObject(1524, 2108.42114, -1733.43542, 15.43333, 0.00000, 0.00000, 337.96570);
CreateDynamicObject(1531, 2106.26904, -1739.56067, 14.73252, 0.00000, 0.00000, 346.94714);
CreateDynamicObject(1688, 2136.62598, -1728.92957, 13.54399, 0.00000, 0.00000, 359.44028);
CreateDynamicObject(1257, 2145.37427, -1745.43176, 13.75265, 0.00000, 0.00000, 87.83355);
CreateDynamicObject(1257, 2160.51099, -1759.69824, 13.66424, 0.00000, 0.00000, 270.11578);
CreateDynamicObject(3091, 2128.69019, -1743.12366, 13.16703, 0.00000, 0.00000, 0.60000);
CreateDynamicObject(8873, 2089.44482, -1734.13623, 18.56446, 0.00000, 0.00000, 0.00000);
CreateDynamicObject(1344, 2102.65967, -1830.09387, 13.16493, 0.00000, 0.00000, 209.43044);
CreateDynamicObject(964, -2195.27954, 367.87671, 22.32190, 0.00000, 0.00000, 180.00000);
CreateDynamicObject(19300, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000);
CreateDynamicObject(16023, 2332.17993, -1664.09998, 13.69000, 0.00000, 0.00000, 0.00000);
CreateDynamicObject(16023, 2353.51001, -1653.81006, 13.44000, 0.00000, 0.00000, 180.00000);
CreateDynamicObject(16023, 1322.73999, -1566.93005, 13.69000, 0.00000, 0.00000, -180.00000);
CreateDynamicObject(16023, 1596.72998, -1430.88000, 13.69000, 0.00000, 0.00000, -90.00000);
CreateDynamicObject(16023, 1297.43994, -1842.16003, 13.44000, 0.00000, 0.00000, -90.00000);
CreateDynamicObject(16023, 1297.43994, -1842.16003, 13.44000, 0.00000, 0.00000, -90.00000);
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
Float:streamdistance = 200.0, Float:drawdistance = 0.0);
);
, -1, -1, -1, 200.0, 0.0);
|
What you could do is use the replace-text function of Pawno. (It's the button left of the compile-button, the one with the A-->B.
- Select all the CreateDynamicObject-lines you want to edit. - Press the replace-text button - Check the 'selected text only' box - At "search for" enter: pawn Код:
pawn Код:
|
|
What you could do is use the replace-text function of Pawno. (It's the button left of the compile-button, the one with the A-->B.
- Select all the CreateDynamicObject-lines you want to edit. - Press the replace-text button - Check the 'selected text only' box - At "search for" enter: pawn Код:
pawn Код:
|
|
can i also use that for createobject ? or is it only for createdynamicobject?
|
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);