Streamer Error
#6

"drawdistance" parameter has been added since v2.7 so you need to specify a value for it and then re-compile your scripts.

pawn Код:
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);
It's the last parameter. You can also do something like this:
pawn Код:
// 0 and 0.0 are examples, they're supposed to be some values
CreateDynamicObject(0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, .drawdistance = 200.0);
Reply


Messages In This Thread
Streamer Error - by Teemo - 23.05.2015, 09:39
Re: Streamer Error - by Azula - 23.05.2015, 10:01
Re: Streamer Error - by Yashas - 23.05.2015, 10:02
Re: Streamer Error - by Teemo - 23.05.2015, 10:14
Re: Streamer Error - by LMaxCo - 23.05.2015, 10:18
Re: Streamer Error - by Konstantinos - 23.05.2015, 10:21
Re: Streamer Error - by Teemo - 26.05.2015, 10:36

Forum Jump:


Users browsing this thread: 3 Guest(s)