[PROBLEM] CreatePlayerDynamicObject(... , Float:DrawDistance)
#1

Has anyone created a function CreatePlayerDynamicObject() WITH a DrawDistance parameter? Where can a find it? Thanks
Reply
#2

Use the samp wiki that is a big help for things like this...

https://sampwiki.blast.hk/

Hope I could help a little
Reply
#3

Quote:
Originally Posted by JacobSanchez
Посмотреть сообщение
Use the samp wiki that is a big help for things like this...

https://sampwiki.blast.hk/

Hope I could help a little
I am really sorry about saying that, but Wiki doesn't help here :/
Reply
#4

Quote:
Originally Posted by Baltazar
Посмотреть сообщение
I am really sorry about saying that, but Wiki doesn't help here :/
Oh, Well.. Could you try to explain to me a bit more what your problem is?
Reply
#5

Quote:
Originally Posted by JacobSanchez
Посмотреть сообщение
Oh, Well.. Could you try to explain to me a bit more what your problem is?
I'm developing a "LODs Streamer". It requires a parameter DrawDistance since it has to be visible from far away AND the visibility of the object depends on who looks, hence I need a function, like CreatePlayerDynamicObject(..., Float:DrawDistance).
Actually, I may use plain CreatePlayerObject() for this purpose. Thanks for inducing some thoughts, mate :D
Reply
#6

Use CreateDynamicObjectEx.
Reply
#7

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);
Reply
#8

https://sampforum.blast.hk/showthread.php?tid=428089
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)