Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Cool on May 10, 2016, 02:29 PM

Title: how to create check point
Post by: Cool on May 10, 2016, 02:29 PM
that checkpoint is not working is it wrong if wrong then how
ERROR:WRONG number of parameter
CreateCheckpoint( null, 2, Vector( 10.1409, 963.899, 10.9402 ), ARGB(225, 0, 255), 6);
Title: Re: how to create check point
Post by: jayant on May 10, 2016, 03:07 PM
You forgot to put a value for A in ARGB and CreateCheckpoint is changed its now
CreateCheckpoint(null, 1, true, Vector(411.178, 1170.48, 18.6872), ARGB(255,171, 178, 185), 5);
True if its a sphere ^
Title: Re: how to create check point
Post by: Cool on May 10, 2016, 03:19 PM
solved thanks
same error with your one
Title: Re: how to create check point
Post by: Thijn on May 10, 2016, 03:45 PM
That syntax is correct. Make sure you're using the latest plugin, it has been updated since the last big server update.
Title: Re: how to create check point
Post by: Cool on May 10, 2016, 03:51 PM
Thanks i think i updated after this no release come when createspirate removed but they make another release very soon
Solved