SA-MP Forums Archive
Help objects - 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: Help objects (/showthread.php?tid=575277)



Help objects - Slawiii - 25.05.2015

Hello all

i have a gamemode and this gamemode have a objects invisible how to change it to visible


Re: Help objects - Ghazal - 25.05.2015

Invisible objects? The objects are just probably in a different virtual world.


Re : Help objects - Slawiii - 25.05.2015

no
its in server but i can't see it


Re : Help objects - Slawiii - 25.05.2015




Re: Help objects - Ghazal - 25.05.2015

Show me an example of the CreateObject code.


Re : Help objects - Slawiii - 25.05.2015

Код:
	//x-slide
    CreateDynamicObject(17310,1838.738,1318.137,49.445,0.0,-179.622,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1838.738,1329.861,49.445,0.0,-179.622,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1838.738,1341.461,49.445,0.0,-179.622,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1838.738,1353.185,49.445,0.0,-179.622,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1838.738,1364.461,49.445,0.0,-179.622,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1838.738,1375.535,49.445,0.0,-179.622,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1844.438,1384.761,49.894,0.0,-189.936,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1848.363,1393.636,50.769,0.0,-197.671,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1852.089,1402.136,52.144,0.0,-204.546,0.0,-1,-1,-1,160.0);
	CreateDynamicObject(17310,1854.988,1411.636,53.620,0.0,-210.562,0.0,-1,-1,-1,160.0);



Re : Help objects - Slawiii - 25.05.2015

help ?


Re: Help objects - PepsiCola23 - 25.05.2015

If you open the map on a map editor,can you see the object?


Re: Help objects - TheLegend1 - 25.05.2015

That might be object 8661 but with face down, i've seen this object before and when you put it with face down it be invisible if you turn it up it be visible. so check it out if is that object.


Re : Help objects - Slawiii - 25.05.2015

okey