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



problem objects - Matejko - 09.09.2011

HMMM I know what is wrong compiler cant compile all objects. It can only compile 2 aerports and 1 jumps or 3 jamps and 0 aerports. I want see all how i fix thios problem .I have got 1000 create objects but compiler read only 400 Other 400 are invisible. ;( What i must do if i want see all ..plis help me..How i can other 600 object visual


Re: problem objects - Kingunit - 09.09.2011

Use a streamer and include it like:

pawn Код:
#include <streamer>
Then convert the objects like:
pawn Код:
CreateDynamicObject ...
Place it under OnGameModeInit.


Re: problem objects - Join7 - 09.09.2011

https://sampforum.blast.hk/showthread.php?tid=102865 - Incognito Streamer Plugin v2.5.2

And

Quote:
Originally Posted by Kingunit
Посмотреть сообщение
pawn Код:
#include <streamer>
Then convert the objects like:
pawn Код:
CreateDynamicObject ...
Place it under OnGameModeInit.