Object
#1

hello guys recently I downloaded all the files 0.3z streamer, I tried to put CreateDynamicObject, but some items do not appear,
I try to remove the streamer and do CreateObject, just some lines do not appear

Can someone help me?
Reply
#2

The CreateObject you can only create 1000 objects. And the streamer include try to use this function:

pawn Код:
Streamer_VisibleItems(0, 1011);
Reply
#3

0, 1011 is the number of object i can add? or this is the code to put in ?
Reply
#4

This is the maximum number of displayed objects, not objects created.

At the end of CallBack OnGameModeInit
Reply
#5

when i add Streamer_VisibleItems(0, 1011); on my streamer include he give me an error

C:\Users\StR\Desktop\SERVER~1\pawno\include\stream er.inc(256) : error 010: invalid function or declaration

the line on streamer include is

native Streamer_VisibleItems(0, 1011);
Reply
#6

What the version of stremar ?
Reply
#7

You can only have 1000 objects at one time, so having it as 1011 will cause De-sync and problems with the streamer you may be using.

https://sampwiki.blast.hk/wiki/Limits <- As stated on the sa-mp wiki
Reply
#8

I have seen many servers that had almost all edited map

how they did ? i have v2.5.2

because last version of streamer when i try to open the server he give me run time error 19:
Reply
#9

This function is not created objects but viewed. Suppose that instead 1011 you put 100 in this function. You are in a place that is created in 1000 you will only see 100 objects at a time.

@EDIT

Download the new version ~~> https://github.com/samp-incognito/sa...ses/tag/v2.7.4

Update the include and plugin
Reply
#10

and if i download this stream i can add more createobject than 1000 or createdynamicobject ?

but i have a problem with this streamer my game crash when i try to open , run time error 19:

what can i do ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)