Jump to content

MrKranChof

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by MrKranChof

  1. Hey Denny I Have a Solution go skype My Skype : khalil.khalil536
  2. Please Closed this Topic
  3. me i need scripter send me invit on skype : khalil.khalil536
  4. its not working to server local ?
  5. MrKranChof

    help me

    hi guys i have problem. this script not working idk what is the problem -- Connection functions local connection = nil local function connect( ) connection = dbConnect( "mysql", "dbname=mtadev;host=127.0.0.1;port=3306;unix_socket=/var/run/mysqld/mysqld.sock", "mtadev", "t9CPZJbJTe8FtnwC", "share=1" ) if connection then outputConsole ( "Server is now connected with the MySQL database!", 1 ) return true else outputConsole ( "Connection with the MySQL database failed!", 1 ) return false end end addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), connect ) -- Exported functions function query( ... ) if connection then local qh = dbQuery( connection, ... ) local result = dbPoll( qh, -1 ) return result else return false end end -- Get a single row from the database function querySingle( str, ... ) if connection then local result = query( str, ... ) if type(result) == 'table' then return result[1] end return result else return false end end -- DB exec as used function exec( str, ... ) if connection then local qh = dbExec( connection, str, ... ) return qh else return false end end console say: mysql.lua:5: dbConnect failed; Can't connect to MySQL server on '127.0.0.1' (10061)
  6. can you help me to make it
  7. lool i'am need RP turf and gang not community
  8. how i can make ban systeme like this help me please
  9. MrKranChof

    Server

    Hey all how i can OPEN my Server Local 24/24 hours online when i arréte my pc server be online how please
  10. Yes in tunisia you can't host
  11. MrKranChof

    Server

    i said if you can help me juste pm
  12. Hi alll Who Have Turf Systeme and Gang systeme Punishlog Systeme RP server Send me Invitation skype or facebook please i need to it skype : khalil.khalil536 facebook : [email protected] Thanks alll
  13. but if you have Chat Systeme 100% give me it please
  14. are you Scripter man if yes send me invitation now facebook : https://www.facebook.com/khalil.benothmen.5
  15. loool i need one good Script for RPG Server
  16. Hi Allll I Need Script Chat Systeme with Support and Chat and Local Chat and Languge + Gui and Press 'J' to Open it
×
×
  • Create New...