CreateSphere error in Windows

Started by Diego^, Jun 20, 2015, 11:33 PM

Previous topic - Next topic

Diego^

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:


Note: In Linux it works perfectly, but I create in my windows and then send to the host.
BRL's Developer.

.

.

Diego^

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 ..
BRL's Developer.

Diego^

BRL's Developer.