Jump to content

nerfioner

Members
  • Posts

    6
  • Joined

  • Last visited

nerfioner's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Hi everyone, I have rented a server from a host. I uploaded my mod which worked perfectly localhost. At my host I started the server "roleplay" and the log "server.log" says that: "[2016-02-12 14:50:18] MODULE: Unable to load mods/deathmatch/modules/mta_mysql.so (libmysqlclient.so.15: cannot open shared object file: No such file or directory)" while I uploaded the file to here: ftp://n*******@58.**.*7.***./server1/mods/deathmatch/modules/mta_mysql.so sorry if I made grammar issues, my english not perfect. How should I solve the problem?
  2. i can't do it can you send me the full correct file i can not paste your version, i pasted it to somewhere and now tetoad.lua:2: bad argument @ 'getElementType'
  3. Hi, i wanted to make a script. when i sit in Savanna vehicle i press O and the script add a roof to my car and when i press it again it is delete it but my debugscript says that: tetoad.lua:2: bad argument @ 'isPedInVehicle' Thank you for help, i am a begginer function tetoad() if (isPedInVehicle(targetPlayer)) then if not(succes == nil) then setTimer(tetoveg, 5000, 1) else destroyElement(succes) end else outputChatBox("Rossz") end end function gomb() bindKey("p", "down", tetoad) end addEventHandler("onClientResourceStart", getRootElement(), gomb) function tetoveg() theVehicle = getPedOccupiedVehicle(targetPlayer) success = addVehicleUpgrade(theVehicle, 1131) end
  4. I can not write a script, and i not found on the internet "car tuning saver script, so i wrote this topic for ask for a help (sorry for not the best english)
  5. Can you send me one? i can not write tuning saver script
  6. helló i need a little help i tuning my car and before shutdown the server i write /saveall i get a message: Done. i start the server again and áll of tuning lost.
×
×
  • Create New...