Vice City: Multiplayer

VC:MP Discussion => Bugs and Crashes => Support => Closed Bug Reports => Topic started by: Diego^ on Jun 20, 2015, 11:33 PM

Title: CreateSphere error in Windows
Post by: Diego^ on Jun 20, 2015, 11:33 PM
When the new function was released CreateSphere I tested it on my windows and it worked perfectly, now I need to use and does not work anymore, I'm using the example of wiki: [spoiler]function onPlayerCommand( player, cmd, text )
{
if ( cmd == "test" )
       {
       CreateSphere( player, 1, player.Pos, RGB(255, 0, 255), 2);
       }
}[/spoiler]

Shows the following error:
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FrtUZjOS.png&hash=134c300c6295aef3aae86d37076978417f8d04a9)

Note: In Linux it works perfectly, but I create in my windows and then send to the host.
Title: Re: CreateSphere error in Windows
Post by: . on Jun 21, 2015, 03:42 AM
Update your squirrel plugin.
Title: Re: CreateSphere error in Windows
Post by: Diego^ on Jun 21, 2015, 04:56 PM
Quote from: S.L.C on Jun 21, 2015, 03:42 AMUpdate your squirrel plugin.

Already updated, as I said I tested the day it was released and worked properly, but now does not work ... The CreateCheckpoint function is working ..
Title: Re: CreateSphere error in Windows
Post by: Diego^ on Aug 05, 2015, 03:19 AM
Solved.