02.06.2014, 15:09
In CreateDynamicObject function, there is a new parameter 'drawdistance'. So add it and you'll get rid of these messages. An example:
And how you've come to the conclusion that the include version does not match the plugin version? I don't see any warning for that in the server log he posted.
pawn Код:
CreateDynamicObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0, .drawdistance = 200.0);
// modelid | x | y | z | rx | ry | rz | ... default values for the rest ... | drawdistance
Quote:
Your streamer include version and plugin version are not same. Update both, https://sampforum.blast.hk/showthread.php?tid=102865
|