SA-MP Forums Archive
How To Change From Normal Object To Streamer One ??? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How To Change From Normal Object To Streamer One ??? (/showthread.php?tid=309614)



How To Change From Normal Object To Streamer One ??? - xXLas_VegasXx - 08.01.2012

hi all i have maked a Map On MTA i compiled it to pawno but it's on this function
Quote:

CreateObject(x,y,up,down);

How to change it to CreateDynamicObject cause the normal Create Object doesn't work when i add it to the Pawno plz help Rep+ for the helper


Re: How To Change From Normal Object To Streamer One ??? - Scenario - 08.01.2012

All you need to do is change CreateObject to CreateDynamicObject. If it's not working, you've somehow managed to screw that up!