Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local connection = nil
  2.  
  3. addEventHandler("onResourceStart", resourceRoot, function()
  4.     connection = dbConnect(...)
  5. end)
  6.  
  7. function getConnection()
  8.     return connection
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement