SA-MP Forums Archive
Streamer by Incognito - 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: Streamer by Incognito (/showthread.php?tid=291813)



Streamer by Incognito - CraftMan - 21.10.2011

AttachObjectToVehicle not work

PHP код:
                  CarInfo[car][cNeon1] = CreateDynamicObject(CarInfo[car][cNeon],0,0,0,0,0,0); 
                
CarInfo[car][cNeon2] = CreateDynamicObject(CarInfo[car][cNeon],0,0,0,0,0,0); 
                
AttachObjectToVehicle(CarInfo[car][cNeon1], cargame, -0.80.0, -0.700.00.00.0); 
                
AttachObjectToVehicle(CarInfo[car][cNeon2], cargame0.80.0, -0.700.00.00.0); 
CreateObject work, CreateDynamicObject not! Help!


Re: Streamer by Incognito - wups - 21.10.2011

Yup, it doesn't work with player(streamed) items. Wait for sa-mp 0.3d, then the object limit will be raised.