Jump to content

djharbi2

Members
  • Posts

    80
  • Joined

  • Last visited

Recent Profile Visitors

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

djharbi2's Achievements

Transformer

Transformer (11/54)

3

Reputation

  1. Hi, the player I chose, i want him to follow me I mean, wherever I go it will come automatically, when I get in the car, it will also get on my car. When I get off, it will go down. Thank you in advance for your help.
  2. Thank you for your answer, this adds pictures on the existing plate. but I want to add a picture separately. Think like a sticker.
  3. Hi, creating a new plate I want users to create a new plate using the pictures below, how can I do? example:
  4. thanks bro, problem solved
  5. If you recreate the above code, I would be glad, you can do it
  6. yes that's exactly the problem
  7. want to pull the vehicleHP value of the matching person For example: djharbi, 520, infernus, 100, good,1000 (This is a sample data) The data I want > 1000 (vehicleHP)
  8. Hi, I want to print the matching value but I can't Can you help, thank you ... server.Lua local vehDB = dbConnect( 'sqlite', 'vehicle.db' ) dbExec(vehDB,' CREATE TABLE IF NOT EXISTS `vehicle_base` (pAcc, vehicleID, vehicleName, vehiclePrice, vehicleStatus, vehicleHP)') function dategetV() local results = dbPoll(dbQuery(vehDB, "SELECT * FROM `vehicle_base` WHERE vehicleID=? AND pAcc=?",520,getAccountName(getPlayerAccount(source))), -1) if results then for k,v in ipairs ( results ) do outputDebugString(tostring(v['vehicleHP'])) end end end addEvent("dategetV", true) addEventHandler("dategetV", getRootElement(getThisResource()), dategetV)
  9. Hi, dxCreateTexture How do I round an image created with myImage = dxCreateTexture( "moonpig.png" ) dxDrawImage( 100, 350, 300, 350, myImage )
  10. hello what were the best mtaserver.conf file settings ie I want a mtaserver.conf file with settings made in the best settings Thank you from now
  11. Does anyone know the problem?
×
×
  • Create New...