05.03.2015, 12:41
I'm using the correct object IDs (I've double-checked with the SA-MP Wiki), but they don't show up. I'm using Incognito's Streamer plugin (CreateDynamicObject). I made the map in MTA and converted properly and the object IDs are all perfect but the objects just don't load. Here's some of my code:
Object 19005 is supposed to be a ramp (rampT4) and 18789 is supposed to be a road (MRoad150m). Also, I have the latest version of the streamer plugin and the include and plugin versions both match. Anyone?
EDIT: I've just tried plain old CreateObject and that doesn't work either... :S
pawn Code:
CreateDynamicObject(19005,255.0000000,207.1999960,2486.8999020,18.7999950,0.0000000,0.0000000); //
CreateDynamicObject(19005,255.0000000,207.3999930,2499.0000000,18.7999950,0.0000000,0.0000000); //
CreateDynamicObject(18789,255.0000000,60.7999990,2501.3000480,60.7000000,0.0000000,0.0000000); //
CreateDynamicObject(18789,255.0000000,61.0999980,2485.3000480,60.7000000,0.0000000,0.0000000); //
EDIT: I've just tried plain old CreateObject and that doesn't work either... :S