Map Help :(
#1

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.
Reply
#2

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

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

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

Код:
CreateDynamicObject
Reply
#4

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)
Reply
#5

Thanks all . ill try it out
Reply
#6

And also make sure you have the latest "Streamer"
Reply
#7

Thanks a lot 1 rep for all
Reply
#8

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));
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)