Jump to content

ma2med

Members
  • Posts

    178
  • Joined

  • Last visited

Everything posted by ma2med

  1. What about maps? It is possible? BTW Good job.
  2. Parfait, merci infiniment Citizen.
  3. Salut, j'ai fait un script pour coller une image sur un bus ( en utilisant dxDrawMaterialLine3D ) mais quand je bouge le bus l'image reste droite, j'ai aussi essayer avec les arguments faceTowardZ, Y, X mais toujours aucun resultat. Voici le script: local img = dxCreateTexture("file.png") addEventHandler("onClientPreRender", root, function() x, y, z = getElementPosition(getPedOccupiedVehicle(getLocalPlayer())) a, b, c = (-1.3400488281), (4.400024414), (-0.59999961853) dxDrawMaterialLine3D (x-a, y-b, z-c, x-a, (y-b)+3, z-c, img, 0.75, tocolor(255,255,255,255), tocolor(255,255,255,255), 0, 0, 0) end) Et le problème en image : http://img15.hostingpics.net/pics/21084 ... 132906.png
  4. ma2med

    Custom Object

    Hi, Im trying to convert some counter strike 1.6 maps to GTASA for deathmatches but when everything is done I have problem with collisions, I can't move on some place because there invisible wall, any idea?
  5. https://wiki.multitheftauto.com/wiki/Element_tree ?
  6. Not working "unable to open meta.xml"
  7. hi, I would like to know if there a way to get size of meta.xml of any resource thanks.
  8. ma2med

    Mirrors

    Good, thanks you working
  9. ma2med

    Mirrors

    Hi, I just asking if there a way to make mirror in MTASA like in the Meat Interior with blood reflect.
  10. Seem to be good, good luck!
  11. Nevermind I find a way, thanks anyway
  12. Well I tried but it was not working and in French section there not much guys so I put this here.
  13. Hi, I want to get account ID, for that I need to access to internal.db but with dbConnect, I would like to know if there a way to get account ID.
  14. Oui je l'utilise comme ça et l'erreur c'est bien celle que j'ai mentionner: [19:33:31] WARNING: groups\server.lua:20: dbPoll failed; no such table: accounts
  15. essayer d'utiliser ce code. local db = ":/internal.db" function getAccountID(accountName) local check = dbPoll(dbQuery(db, "SELECT * FROM accounts WHERE name = ? ",tostring(accountName)), -1) if type(check) ~= "table" or #check ~= 0 or check then return tonumber(check[1]["id"]) else return false end end je n'ai pas testé le. Bonsoir, cela ne marche toujours pas, voici l'erreur: [19:33:31] WARNING: groups\server.lua:20: dbPoll failed; no such table: accounts
  16. Salut, je voudrais un moyen pour récupérer l'ID d'un account de la base de donnée internal.db car mon serveur a plus de 400 comptes inscrits et parmi ceux la il y a des comptes supprimés et trié ces comptes seraient trop longs donc j'ai essayé d'utiliser dbConnect mais impossible.... Aidez-moi je vous en prie!
  17. ma2med

    [HELP] SQLite

    Oh, I got it. Thanks WhoAmI and TAPL.
×
×
  • Create New...