04.06.2013, 22:38
help , CreateDynamicObject
04.06.2013, 22:44
Up the stream distance
pawn Код:
//CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
04.06.2013, 23:06
still this problem
04.06.2013, 23:09
Use the streamer plugin.
https://sampforum.blast.hk/showthread.php?tid=102865
Put this at the top of your script.
Then inside your server.cfg add this,
under the fliterscripts line
https://sampforum.blast.hk/showthread.php?tid=102865
Put this at the top of your script.
Код:
#include <streamer>
Код:
plugins streamer
04.06.2013, 23:11
Quote:
Use the streamer plugin.
https://sampforum.blast.hk/showthread.php?tid=102865 Put this at the top of your script. Код:
#include <streamer> Код:
plugins streamer |
What are you talking about, he already got the streamer..
04.06.2013, 23:22
it's your draw distance on your gta...
goto esc > options > Appearance/grahics > Draw Distance(something like that, just look for draw distance)
goto esc > options > Appearance/grahics > Draw Distance(something like that, just look for draw distance)
04.06.2013, 23:37
The solution is very simple, you need to use CreateDynamicObjectEx() it will correct these problems for you.
Specifically you want to modify the drawdistance value, CreateDynamicObject() does not have this parameter.
pawn Код:
CreateDynamicObjectEx(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, Float:drawdistance = 0.0, Float:streamdistance = 200.0, worlds[] = { -1 }, interiors[] = { -1 }, players[] = { -1 }, maxworlds = sizeof worlds, maxinteriors = sizeof interiors, maxplayers = sizeof players);
05.06.2013, 00:58
Adjust your draw distance.
05.06.2013, 01:02
You need to do the following as instructed from above,
Use the CreateDynamicObject (I recommend that myself as well) and or, adjusting your settings and modify your Draw Distance.
Use the CreateDynamicObject (I recommend that myself as well) and or, adjusting your settings and modify your Draw Distance.
05.06.2013, 02:17
Dude, you obviously didn't read what I said, that won't work there is no draw distance in CreateDynamicObject() so you need to use CreateDynamicObjectEx().
« Next Oldest | Next Newest »
Users browsing this thread: 2 Guest(s)