CreateDynamicCylinder
#1

Hi,

I want to ask.

Maybe anyone have this function example? how it works.
Reply
#2

That function doesn't exist.
Reply
#3

Exist.
Reply
#4

I'll take you know what a cylinder looks like. It's like a dynamic circle, except that it takes into account the z-axis (height).
Reply
#5

CreateDynamicCylinder is part of streamer plugin which you can get here:
https://sampforum.blast.hk/showthread.php?tid=102865
More about cylinder: http://mathworld.wolfram.com/Cylinder.html
And this is native function which you will have included in streamer.inc:
Код:
native CreateDynamicCylinder(Float:x, Float:y, Float:minz, Float:maxz, Float:size, worldid = -1, interiorid = -1, playerid = -1);
Код:
Float:x = position x
Float:y = position y
Float:minZ = minimal height
Float:maxZ = maximal height
Float:size = radius?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)