Not all objects show up?
#1

Hello, I have me own custom script.
I made lots of islands, maps. It did show up before.

But only 1% of the maps show. Any reason?

Yes all plugins, are loaded.

Thanks for your time and help
Reply
#2

Can you please upload your script on pastebin.com
And let me check
BTW i will not stole your script
Reply
#3

You may have crossed the object limit. Download an object streamer
Reply
#4

Please read carefully this is what i reply to all, and nearly all can fix the problem,

Quote:
Originally Posted by BakerProduction
Посмотреть сообщение
The client can only handle 400 objects at a time on your game. If more than these are displayed, it will cause problems, so what object streamers do is make sure that only a maximum of 400 objects are loaded into your game at any time, which means that you won't have any problems. Technically, this means that you should be able to have an unlimited amount of objects in the game right? However, if there are too many objects within a certain distance of each other, then there will be problems.

Lets say there's 500 barrels in front of you, the object streamer won't be able to show 500 barrels. So it will (usually and logically) show the 400 barrels that are closest to you, which means that 100 of the barrels won't be viewable at all.

So technically the streamer decides how many objects you can have, generally I don't think any of them even impose a limit, they just allow you to make as many as you want, but just remember that having too many different objects in a certain space that need to be displayed all at the same time is going to cause problems.

I hope this helps!
BUT!!!!
In your case you have made custom mapping and all so you will have some different problems then other players.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Quote:
Originally Posted by BASITJALIL
Посмотреть сообщение
Can you please upload your script on pastebin.com
And let me check
BTW i will not stole your script
and with placing your script for others to see, place ONLY the parts with Object issue. This guy may not steal you script just wants to help, but others will.
Reply
#5

i know why!
use a streamer. Without a streamer you can't put many objects in your server.
Reply
#6

Quote:
Originally Posted by duckie
Посмотреть сообщение
i know why!
use a streamer. Without a streamer you can't put many objects in your server.
I think we may have already established that.
Reply
#7

I have a streamer.
All plugins load with no problems:

Код:
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team

[07:01:33] 
[07:01:33] Server Plugins
[07:01:33] --------------
[07:01:33]  Loading plugin: streamer
[07:01:33] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[07:01:33]   Loaded.
[07:01:33]  Loading plugin: sscanf
[07:01:33] 

[07:01:33]  ===============================

[07:01:33]       sscanf plugin loaded.     

[07:01:33]    © 2009 Alex "******" Cole

[07:01:33]  ===============================

[07:01:33]   Loaded.
[07:01:33]  Loading plugin: Whirlpool
[07:01:33]  
[07:01:33]  ==================
[07:01:33]  
[07:01:33]   Whirlpool loaded
[07:01:33]  
[07:01:33]  ==================
[07:01:33]  
[07:01:33]   Loaded.
[07:01:33]  Loading plugin: audio
[07:01:33] 

*** Audio Plugin v0.4 by Incognito loaded ***


[07:01:33]   Loaded.
[07:01:33]  Loading plugin: mysql
[07:01:33] 

  > MySQL plugin loaded on. |

[07:01:33]   Loaded.
[07:01:33]  Loaded 5 plugins.
Includes:
pawn Код:
//==============================================================================
// Includes
//==============================================================================
#include <a_samp>
#include <moneyhax>
#include <ldudb>
#include <lfuncs>
#include <audio>
#include <streamer>
Object Example:
pawn Код:
CreateDynamicObject(1682,-363.34045410,-4980.74560547,38.88310242,0.00000000,0.00000000,78.00000000); //object(ap_radar1_01) (1)
Reply
#8

Redownload SA:MP server is all I can think of.
Reply
#9

If the above doesn't work either you can try changing MAX_OBJECTS in the streamer.inc
Reply
#10

Quote:
Originally Posted by alpha500delta
Посмотреть сообщение
If the above doesn't work either you can try changing MAX_OBJECTS in the streamer.inc
No such thing in the steamer.inc
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)