Jump to content

Axel

Members
  • Posts

    521
  • Joined

  • Last visited

Everything posted by Axel

  1. This guy "MafiaWars" should be banned from comunity, for posting dirty hacks. https://community.multitheftauto.com/index.php?p= ... ls&id=4989
  2. "Hack Admins Passowrd For MTA+Samp. (hack admins)" https://community.multitheftauto.com/ind ... ls&id=4988 https://community.multitheftauto.com/ind ... ls&id=4987 It tells you a message about video capture, if you close it, press ok your screen gets blocked... Does somebody know how to get rid of it? EDIT. Found how to get rid of it. First remove the program, then restart your computer.After that you must perform a check with your antivirus!
  3. Yes i meant collision..
  4. How can i set the alpha of all world elements in an interior to 255.. What i mean is :
  5. Axel

    Server list spam

    Found the serial of the guy: 1B0D47125305488C4C48888E371BBC44 To server owners: I sugest putting this: "Avram_Andrei" serial="1B0D47125305488C4C48888E371BBC44" banner="Serbanescu_Gabriel" reason=" (nick: Avram Andrei) (by Axel)" time="1338656822"> in banlist.xml to avoid thinks like this..
  6. So what can be done? (sorry for double post)
  7. That's the point, when i'm using command: /addtext test text it says that.. and "test text" is every text i put..
  8. I got a strange problem with inserting in a MySql table some data: function addText(thePlayer, commandName, ...) if (exports.global:isPlayerLeadAdmin(thePlayer)) then if ( ... ) then local text = table.concat({...}, " ") local x, y, z = getElementPosition(thePlayer) local interior = getElementInterior(thePlayer) local dimension = getElementDimension(thePlayer) local id = SmallestID() local query = mysql:query_free("INSERT INTO 3dtext SET id=" .. mysql:escape_string(id) .. ", text=" .. mysql:escape_string(tostring(text)) .. ", x=" .. mysql:escape_string(x) .. ", y=" .. mysql:escape_string(y) .. ", z=" .. mysql:escape_string(z) .. ", interior=" .. mysql:escape_string(interior) .. ", dimension=" .. mysql:escape_string(dimension)) if (query) and (text) then local pickup = createPickup(x, y, z, 3, 1239, 0) exports.pool:allocateElement(pickup) setElementDimension(pickup, interior) setElementDimension(pickup, dimension) exports['[ro]armour']:changeProtectedElementDataEx(pickup, "message", text) exports['[ro]armour']:changeProtectedElementDataEx(pickup, "dbid", id, false) outputChatBox("Textul a fost creat ID #" .. id .. ".", thePlayer, 0, 255, 0) else outputChatBox("Eroare nr. 2001 - Reportaza pe forum.", thePlayer, 255, 0, 0) end else outputChatBox( "Syntax: /" .. commandName .. " [text]", player, 255, 255, 255 ) end end end addCommandHandler("addtext", addText, false, false) INFO:MYSQL ERROR 1054:Unkown colum "test text" in 'field list'
  9. How can i turn a variable to text? Like there is tonumber(var) .. Found the problem..
  10. Axel

    Server list spam

    Some idiots where i wanted to host my server, after i set it up correctly they banned me and now they are using my server.. Sadly there is such people in this world, using someone's work.. If there is something to be done pm me.
  11. Axel

    DxDraw gridList

    How can i make like a DxDraw gridList, i'v seen this somewhere but i got just some small ideas.. (dxDrawRectangle and moving the coordonates?) Thanks for reply.
  12. Axel

    GTA SA font

    Diploma is fitting my needs. Thanks!
  13. Axel

    GTA SA font

    It's http://www.neilvandyke.org/weblog/gta-san-andreas-stats.jpg
  14. Axel

    GTA SA font

    Not that one.. the one here "Stats"
  15. Axel

    GTA SA font

    I was searching for that nice GTA SA font. I mean that font in stats.., but i can't find it.. I need just the name to use it in a ressource. If someone knows it, I will be thankfull.
  16. Axel

    [REL] DxWorld

    Thanks for the support. If you got ideas or what should i change to make this resource better, post.
  17. Axel

    [REL] DxWorld

    This is my newest ressource, it brings DxDrawing based information on World elements. It is very easy to use and you can easily implement it in every gamemode you want to. It is based on setElementData, you just have to set the data of your element "message" to "your text here" like : setElementData(vehicle,"message","this is my vehicle, dude") I made some serverside exemples in the resource. Elements added so far: -pickup -ped -player -vehicle -marker For help or any suggestion please comment. Image: Download: https://community.multitheftauto.com/index.php?p=resources&s=details&id=4931
  18. Axel

    getZoneName

    I'm getting a strange error on this little script: function onClientPlayerWeaponFireFun(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) local x,y,z = getElementPosition(source) if getZoneName(tonumber(x),tonumber(y),tonumber(z),true) == "San Fierro" then cancelEvent() end end addEventHandler ( "onClientPlayerWeaponFire", getLocalPlayer(), onClientPlayerWeaponFireFun ) No error, but i can still shot with guns in SF..
  19. Axel

    Netrac RPG.

    Nice project's going on here. I can help if u need another scripter...
  20. Axel

    MySql Error

    Sadly.. there's no way to fix it than empty the table.. did it. Thanks for help.
  21. Axel

    MySql Error

    I'm in database realism/shops, searched anything there's no repair
  22. Axel

    MySql Error

    Where's that?
  23. Axel

    MySql Error

    #145 - Table '.\realism\shops' is marked as crashed and should be repaired How can i repair this? Never seen such a thing..
  24. Alpha is an optional argument..
  25. I think you can find it in map editor, just go there and click on the fence.
×
×
  • Create New...