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



Map Help :( - shoaib_sait - 23.01.2013

Hey guys .

I have problem in my gamemode. I mapped more than 6000 objects and put it in the FS . It compiles but doesn't work in the game . Any suggestion................................





Код:
+1 rep for helping.



Re: Map Help :( - DiGiTaL_AnGeL - 23.01.2013

Create them using streamer:
pawn Код:
CreateDynamicObject
The ones created normally are limited(only 1000 objects allowed)


AW: Map Help :( - Blackazur - 23.01.2013

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

Код:
#include <streamer>
Код:
plugins streamer.so (Linux) streamer.dll (Windows)
and use:

Код:
CreateDynamicObject



Re: Map Help :( - Jewell - 23.01.2013

if you are put the map to the gamemode then put it Under public OnGameModeInit() .
if Filterscript.. then public OnFilterScriptInit()

You need to convert your map first. website : http://convertffs.com/
Quote:
Originally Posted by shoaib_sait
Посмотреть сообщение
Hey guys .

I mapped more than 6000 objects and put it in the FS .
If you have lot of objects Incognito's Streamer Plugin is better.. (CreateDynamicObject)


Re: Map Help :( - shoaib_sait - 23.01.2013

Thanks all . ill try it out


Re: Map Help :( - goviscrap - 24.01.2013

And also make sure you have the latest "Streamer"


Re: Map Help :( - shoaib_sait - 26.01.2013

Thanks a lot 1 rep for all


Re: Map Help :( - blackbhuta - 26.01.2013

This is format for CreateDynamicObject
CreateDynamicObject(id object, posx, posy,posz, rotx,roty,rotz, virtual world, interior, -1(every player id allowed to stream the object), radius(you can put 300 for max of radius));