Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. addEventHandler('onResourceStart',resourceRoot,function()
  2.     bdg_db = dbConnect('mysql',"dbname=mydb;host=myhost;charset=utf8","user","passs")
  3.     if not bdg_db then
  4.         outputChatBox('Conexion fallida',root,255,0,0)
  5.     else
  6.     end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement