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=575678)



Help objects - Slawiii - 29.05.2015

i have in a gamemode a invisible objects i can't see it
i need to know how to change the Objects to visible

Pictures:





Some objects of this Gamemode:
Код:
	//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);



Re: Help objects - Bingo - 29.05.2015

Use streamer plugin https://sampforum.blast.hk/showthread.php?tid=102865


Re : Help objects - Slawiii - 29.05.2015

Bro i m used Streamer but objects invisible


Re: Help objects - shadowdog - 29.05.2015

There is a similar thread on this:

https://sampforum.blast.hk/showthread.php?tid=575456

Short: increase the stream distance (I think 300 is recommended).


Re: Help objects - Bingo - 29.05.2015

Adjust your streaming rate then if you're using streamer plugin as well, As above user stated.