Jump to content

Camper

Members
  • Posts

    4
  • Joined

  • Last visited

Camper's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Yeah, i use it too I just forgot to write. But thank you! : D
  2. Hello to everyone! I have a problem with MySQL connection! The parameters can be a problem, since it writes an error! Detail client.lua: mysql_connect("localhost", "MY USERNAME","MY PASSWORD","MY DATABASE") Detail meta.xml <module src="mta_mysql.dll" /> The console: I'm sorry my English is pretty small and you might be a little confusing what I wrote! (I used google translator) The thank you very much in advance for your help!
  3. Thank you very much, it works! And I'm sorry, next time more comments!
  4. Hello everyone! That would be the problem that makes it twice as the vehicle Also, do not print the chat to a vehicle stocked. The code: function Autocsinalas(thePlayer, command, vehicleModel) local x,y,z = getElementPosition(thePlayer) x = x + 5 local createdVehicle = createVehicle(tonumber(vehicleModel),x,y,z) local vehname = getVehicleName (vehicleModel) outputChatBox("A lekért jármű : "..vehname.." ("..vehicleModel..")",thePlayer) if (createdVehicle == false) then outputChatBox("A jármű lehívása sikertelen.",thePlayer) end end addCommandHandler("veh", Autocsinalas) Thanks in advance! Sorry for the bad english! I used google translator!
×
×
  • Create New...