Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. private ["_dbInfo","_pid","_plate","_classname"];
  2. _dbInfo = getVariable ["dbInfo",[]];
  3. if (count _dbInfo isEqualTo 0) exitWith {};
  4. _unit = player;
  5. _pid = _dbInfo select 4;
  6. _plate = _dbInfo select 7;
  7. _classname = _dbInfo select 2;
  8.  
  9. hint "jE SUIS LE SCRIPTS IMMREQUEST!";
  10.  
  11. _query = format ["SELECT id, side, classname, type, pid, alive, active, plate, color FROM vehicles WHERE pid='%1' AND plate='%2' AND classname='%3'",_pid,_plate,_classname];
  12.  
  13. _queryResult = [_query,2,true] call DB_fnc_asyncCall;
  14.  
  15. [_MYSTIC_imm] remoteExecCall ["life_fnc_immatriculationInfo",_unit];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement