Jump to content

Soner

Members
  • Posts

    2
  • Joined

  • Last visited

About Soner

  • Birthday 24/01/1997

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Soner's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hello, I'm just going to create a mod downloader. I want to display a download drawen. I get the getLatentEventHandles always return a false, although a latent trigger event client is running. function renderDownload() handle = getLatentEventHandles()[#getLatentEventHandles()] local status = getLatentEventStatus(handle) if not status then removeEventHandler("onClientRender",getRootElement(),renderDownload) end dxDrawText(moddownload.." wird heruntergeladen ["..tostring(status.percentComplete).."%]", px*767, py*894, px*1138, py*934, tocolor(0, 0, 0, 255), 1.00, "pricedown", "center", "bottom", true, false, true, false, false) dxDrawText(moddownload.." wird heruntergeladen ["..tostring(status.percentComplete).."%]", px*766, py*893, px*1137, py*933, tocolor(125, 2, 2, 255), 1.00, "pricedown", "center", "bottom", true, false, true, false, false) end Regards, Soner
  2. Hello I installed the mysql plugin myself. There is always an error occurs when the link is on. Here is the error code. [2011-12-10 10:05:45] ERROR: Unable to connect to mysql: (2002) Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
×
×
  • Create New...