Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
dok379

Машины не сохраняются в БД виртуальный гараж

Машины не сохраняются в БД. То есть я подхожу и нажимаю сохранить, система в свою очередь забирает машины с ключами и деньги за инвентарть, но в БД не сохраняет
RPT:
 

13:00:34 Error in expression <pipe1 = call compile _pipe;
_return = ((_pipe1 select 1) select 1);


PVDZE_quer>
13:00:34 Error position: <_pipe1 select 1) select 1);


PVDZE_quer>
13:00:34 Error Undefined variable in expression: _pipe1
13:00:34 File z\addons\dayz_server\compile\garage\server_queryGarageVehicle.sqf, line 12
 

server_queryGarageVehicle

 

private ["_player","_query","_key","_pipe","_queryResult","_return","_clientID","_objectID","_objectUID","_playerUID"];


_player =        _this select 0;
_clientID = owner _player;
_playerUID = getPlayerUID _player;




_query = format["SELECT id, classname FROM garage WHERE PlayerUID='%1'",_playerUID];


_pipe = "extDB" callExtension format["0:1:%1",_query];
_pipe1 = call compile _pipe;
_return = ((_pipe1 select 1) select 1);




PVDZE_queryGarageVehicleResult = _return;




if(!isNull _player) then {
    _clientID publicVariableClient "PVDZE_queryGarageVehicleResult";
};
 

Таблица: (залил на хост, потому что тот текст не заливается на форум)

 
 

 

Edited by dok379 (see edit history)

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.