hello everyone !!
i'm facing a problem with sphere since last week i try to fix it but failed ...
here is images
http://imgur.com/a/vHfht
http://imgur.com/a/FrXMZ
that're showing sphere in front of some items that people can buy for their house ...
but problem is that some items front sphere is showing and looks nice but some items sphere are not showing ...
i tried many ways to fix it but failed !! ???? ...
hope you guys gave me solution about how can i fix it
code?
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FO5mfcBy.png&hash=4e3d983d65b18a5ec595c8ce713429a86b115864)
CreateCheckpoint(player, world, isSphere, pos, rgb, radius)
You're using ARGB ( use RGB( R, G, B ) ) and converting to .tofloat but the color is .tointeger()
Quote from: MatheuS on Jul 22, 2017, 05:11 PMCreateCheckpoint(player, world, isSphere, pos, rgb, radius)
You're using ARGB ( use RGB( R, G, B ) ) and converting to .tofloat but the color is .tointeger()
same problem. i have tried this. Only 40 checkpoints Are appearing.
it seems it's game limits itself
Quote from: vito1 on Jul 23, 2017, 09:18 AMit seems it's game limits itself
The limit was around 3000 or 1000 or at least, 255.
Video: https://www.youtube.com/watch?v=62f0pjnhFiE&feature=youtu.be#
http://forum.vc-mp.org/?topic=3548.0
its mean it's vcmp plugins problem ??
Quote from: MatheuS on Jul 22, 2017, 05:11 PMCreateCheckpoint(player, world, isSphere, pos, rgb, radius)
You're using ARGB ( use RGB( R, G, B ) ) and converting to .tofloat but the color is .tointeger()
You're supposed to be using ARGB (http://murdock.in/wiki/index.php/VCMP04/Functions/Checkpoint/CreateCheckpoint), using RGB will give unexpected behaviour
lol that is incorrect i swear i test that and success, this the correct syntax:
CreateCheckpoint(player(if you need to show for everyone be it null),WorldID,true(Show to player(s) or not ? true to be shown and false to ben't shown), ARGB(Opacity(255 is maximum that will be shown.),Red,Green,Blue), Radius(Size 2 is like natural game missions checkpoint(s)));