#1

Hi all How i can set the longer distance to see objects?
Reply
#2

Download MTA and make there also object. And loger than see it.
Reply
#3

If you are using default SAMP functions, the last parameter is draw distance:
Код:
CreateObject((modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance);
And for the streamer is:
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
Reply
#4

Quote:
Originally Posted by dominik523
Посмотреть сообщение
If you are using default SAMP functions, the last parameter is draw distance:
Код:
CreateObject((modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance);
And for the streamer is:
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
there are a converter code for add the draw distance?
Reply
#5

you should convert objects for add server first. already dominik523 said.
Reply
#6

Use this converter to add draw distance.
http://convertffs.com/
Reply
#7

thx to all
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)