Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: ! on Feb 16, 2017, 10:32 AM

Title: Checkpoints disappear
Post by: ! on Feb 16, 2017, 10:32 AM
How to fix this.
Is this because of rgb?

CreateCheckpoint( blabla, RGB(255, 255, 255), 6);

also tried
CreateCheckpoint( blabla, RGB(255, 0, 255), 6);

(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FIi9LaxC.jpg&hash=9cf257d513c216bd71514526beb45b4684362157)

(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FpItIhnX.jpg&hash=11fd470981f0175325109e3e59f8438695f449a2)

(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FtFXqD4m.jpg&hash=843c52071293ffd348d806bcd9b215491fcad1b9)

(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FU7JPB5u.jpg&hash=e454475e091e8d1a33600d9e276b2801a4616576)
Title: Re: Checkpoints disappear
Post by: vito on Feb 16, 2017, 11:11 AM
There is ARGB as a color
CreateCheckpoint( blabla, ARGB(255, 185, 66, 244), 6);
Title: Re: Checkpoints disappear
Post by: Luckshya on Feb 16, 2017, 11:25 AM
Happened same with me, this due to the less distance between 2 checkpoints. Try increasing the distance.
Title: Re: Checkpoints disappear
Post by: ! on Feb 17, 2017, 04:11 AM
Quote from: vito on Feb 16, 2017, 11:11 AMThere is ARGB as a color
CreateCheckpoint( blabla, ARGB(255, 185, 66, 244), 6);
Still same problem.

Quote from: Luckshya on Feb 16, 2017, 11:25 AMHappened same with me, this due to the less distance between 2 checkpoints. Try increasing the distance.
Its not possible cause I've to change the track for increasing distance.
Title: Re: Checkpoints disappear
Post by: KAKAN on Feb 17, 2017, 05:20 AM
Use pickups :x
Title: Re: Checkpoints disappear
Post by: Shadow on Feb 17, 2017, 02:23 PM
http://forum.vc-mp.org/?topic=3548.0