How to Load Objects?
#1

I've seen many servers with a huge amount of objects Load them as you approach them. Instead of loading them all at one time under OnGameModeInit. My problem is that i dont know how to do this and I need help.


- Thanks in Advance!
Reply
#2

You can use CreateDynamicObject, CreateObject has a limit of objects you can create. CreateDynamicObject is the best Object Streamer. You can convert your object by going to this website: http://convertffs.com
and you can get Streamer (CreateDynamicObject) from here:
forum.sa-mp.com/showthread.php?t=102865
Reply
#3

Use a streamer, then you can control the view distance

https://sampforum.blast.hk/showthread.php?tid=102865
Example :
CreateDynamicObject(modelid, Float: x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, >>>>streamdistance = 100.0<<<<<);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)