SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help (/showthread.php?tid=552032)



Help - Shinta307 - 22.12.2014

in game mapping if it is close to him will appear, but, if somewhat away she would be lost.

and i view server_log i found this

sscanf warning: Strings without a length are deprecated, please add a destination size.

Help me please

#sorry iam indonesian ^ ****** translate


Re: Help - Krest - 22.12.2014

Go to convertffs.com and convert the in-game mapping to CreateObject instead of CreateDynamicObject.

CreateDynamicObject are streamed mappings, so they will disappear if you go away and appear when you approach it so your server won't lag loading too many objects. I'd recommend you use dynamicobject tho since too many CreateObject will lag your server.