Posts: 145
Threads: 29
Joined: Mar 2013
Quote:
Originally Posted by XaibBaba
I have the system to make object in game but don't know why they are disappearing in linux server is that because of plugin issue?  and this occurs when players peak increase in server
|
Hey, send me the IP of your server and we'll check that.
Posts: 349
Threads: 38
Joined: Jul 2015
Reputation:
0
The only thing i can guess right now is, maybe your objects were created with CreateObject and you already passed the limit? SA:MP only allows 1000 objects. If so, use streamer plugin to stream your objects.
Posts: 1,690
Threads: 18
Joined: Jul 2012
Reputation:
0
Convert CreateObject to CreateDynamicObject and make sure to use the recent hot version of streamer, I mean the latest one.
I had the same issue, I thought it might be visibility rate as i played but it was a fail and then i've thought to upgrade the plugin to v2.8 and that fixed the issue with no obstacles.