Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: NicusorN5 on May 22, 2016, 09:46 AM

Title: CreateSphere don't woks
Post by: NicusorN5 on May 22, 2016, 09:46 AM
i tried using:
CreateSphere(null,4,Vector(-1411,-789,14),RGB(255,0,0),5 );It returns a error:
The index CreateSphere does not exists.
Title: Re: CreateSphere don't woks
Post by: vito on May 22, 2016, 09:49 AM
Maybe wrong world.
Title: Re: CreateSphere don't woks
Post by: NicusorN5 on May 22, 2016, 09:55 AM
Nop,the worls is right.
Title: Re: CreateSphere don't woks
Post by: rww on May 22, 2016, 10:04 AM
use this
CreateCheckpoint(null,4,true,Vector(-1411.0,-789.0,14.0),ARGB(255,255,0,0),5.0);
Title: Re: CreateSphere don't woks
Post by: NicusorN5 on May 22, 2016, 01:17 PM
Thanks.I will try.
Title: Re: CreateSphere don't woks
Post by: KAKAN on May 22, 2016, 01:18 PM
http://forum.vc-mp.org/?board=4.0 && http://forum.vc-mp.org/?board=5.0
Always have a look at those 2 boards for new updates regarding server,client,plugins
And also, the thing you're talking about: http://forum.vc-mp.org/?topic=2719.0
Checkpoints and Spheres are merged
Title: Re: CreateSphere don't woks
Post by: Anik on May 23, 2016, 07:26 AM
After the 04rel004 update The developers have removed CreateSphere. Instead of that use CreateCheckpoint