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.
Update your squirrel plugin.
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 ..
Solved.