SQLite functions unavailable in RC2

Started by jayant, Apr 12, 2015, 03:18 PM

Previous topic - Next topic

Mariu22S

#15
@Thijn Did not help

This script worked perfectly before the update so it is the fault of the SQLite Plugin

The error occurs even after a short script

Test script

function onServerStart()
{
SetServerName( "[0.4] Polska Scena VC-MP ~VCMP.TK~" );
SetGameModeName( "PSSv4 DM " );
}
function onScriptLoad()
{
dofile( "scripts/test.nut" );
NewTimer( "sqlite" 1000, 1 );
}
function sqlite()
{
statsDB <- ConnectSQL( "Server.sqlite" );
}
Screen:

Mariu22S


Thijn

The downloaded file returns the same behavior, but a recompile seems to work for me:
Quote32bit:
http://thijn.ovh/vcmp/builds/sqlite04rel32.so

64bit:
http://thijn.ovh/vcmp/builds/sqlite04rel64.so

Mariu22S


SoFahim

Quote from: Mariu22S on Apr 13, 2015, 11:17 AMAlso I have a problem with sqlite on Linux.

http://forum.vc-mp.org/?topic=463.0
I need this too. But Where i can download? the lonk not working

The reason I have left VC-MP is scripting base + the gameplay.
VC-MP 0.4 released with lots of awesome things but they put pawn behind.

Thijn

I wasn't aware people still used that link. I reuploaded them.