Advertisement
Guest User

Untitled

a guest
Sep 10th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /**
  2. * Exile Mod
  3. * www.exilemod.com
  4. * © 2015 Exile Mod Team
  5. *
  6. * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
  7. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
  8. */
  9.  
  10. private["_parameters","_query","_result"];
  11. _parameters = _this;
  12. _query = format["%1:%2:%3", 0, ExileServerDatabaseSessionId, _parameters];
  13. _result = "extDB2" callExtension _query;
  14. _result = call compile format["%1", _result];
  15. ((_result select 1) select 0) select 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement