[Help] Objects disappear within walking distance + REP - 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: [Help] Objects disappear within walking distance + REP (
/showthread.php?tid=454252)
[Help] Objects disappear within walking distance + REP -
MustangGT - 28.07.2013
Hello friends of the forum samp,
I'm having a problem with my server objects.
The problem is this, I put the object on the server and it loads normally, but when you move away a bit of it, it fades (Little distance).
already updated the plugins and includes and nothing.
Sorry my bad english.
I appreciate if someone can help, MustangGT.
Below is server.cfg
pawn Код:
echo Executing Server Config...
lanmode 0
rcon_password 0
maxplayers 20
port 7777
hostname SA-MP Server
gamemode0 GM 1
filterscripts
plugins sscanf streamer crashdetect MapAndreas WinExec
announce 1
query 1
weburl http://
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 5
logtimeformat [%H:%M:%S]
Re: [Help] Objects disappear within walking distance + REP -
Jstylezzz - 28.07.2013
Check the draw distance setting in your GTA SA settings, and check the drawdistance param in your CreateDynamicObject functions. If they're low, increase them until it works like you want.
Re: [Help] Objects disappear within walking distance + REP -
JimmyCh - 28.07.2013
This problem is caused by the streaming distance, like Jstyle said, you need to check both, the draw distance in your SA settings, also your streamer..