Object create problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Object create problem (
/showthread.php?tid=171078)
Object create problem -
billiout - 25.08.2010
i want to create 381 objects and im using this streamer
http://forum.sa-mp.com/showthread.ph...point+streamer. i have this code to make it.
http://pastebin.com/R6LizHih the problem is that the objects doent created. i dont know why just one object created.

pls help what im doing wrong?
Re: Object create problem -
[XST]O_x - 25.08.2010
This is not the correct usage,you need to do CreateObjectToStream without any enumerations or variables.
Re: Object create problem -
billiout - 25.08.2010
i cant use the streamer with this format? because i like this streamer is very fast.

and i have alot of objects and i want to delete them with one code when i want.
Re: Object create problem -
[XST]O_x - 25.08.2010
You mean you want to delete the whole objects with a commands or something?
Re: Object create problem -
billiout - 25.08.2010
yes i want to create the objects and delete them with a timer or menu item. doent matter but i want this.
Re: Object create problem -
[XST]O_x - 25.08.2010
I will update the streamer topic with DestroyAllStreamedObjects(); function,check it in five minutes.