SA-MP Forums Archive
Some Dynamic Objects Doesn't Apears On Map - 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: Some Dynamic Objects Doesn't Apears On Map (/showthread.php?tid=358886)



Some Dynamic Objects Doesn't Apears On Map - RayBan - 12.07.2012

All My Dynamic Objects Doesnt Apear On My Map ... Someone Tell Me That Is From The Plugins But Is Imposible Because I Reinstall Them , All Are on 0.3e VERSION ... THIS IS AN EXAMPLE OF THE OBJECT SCRIPT
CreateDynamicObject(971, -2211.4436035156, 579.09490966797, 37.295509338379, 0, 0, 0,0,0,-1,200);
CreateDynamicObject(971, -2242.9904785156, 603.85803222656, 42.819160461426, 0, 0, 90.25,0,0,-1,200);
CreateDynamicObject(2567, -2214.3088378906, 636.90716552734, 50.378978729248, 0, 0, 0,0,0,-1,200);
CreateDynamicObject(2567, -2223.9387207031, 634.90460205078, 55.87117767334, 0, 0, 90,0,0,-1,200);
CreateDynamicObject(2567, -2228.1728515625, 634.15460205078, 61.107288360596, 0, 0, 180.5,0,0,-1,200);
CreateDynamicObject(2972, -2211.0192871094, 636.76306152344, 48.440330505371, 0, 0, 0,0,0,-1,200);
CreateDynamicObject(2972, -2222.1447753906, 636.20458984375, 53.943572998047, 0, 0, 0,0,0,-1,200);


PLEASE HELP I GIVE REPUTATION


Re: Some Dynamic Objects Doesn't Apears On Map - Captain_Mani - 12.07.2012

Where did you add these?

And try CreateObject rather than CreateDynamicObject.
You can convert them in http://www.convertffs.com/


Re: Some Dynamic Objects Doesn't Apears On Map - RayBan - 12.07.2012

i know that page and i put the dynamic objects after move objects script and before save accounts system separated whit //------------ in the both cases


Re: Some Dynamic Objects Doesn't Apears On Map - Captain_Mani - 12.07.2012

Is it under OnGameModeInit? If no, try putting it under OnGameModeInit.