Jump to content

A3kri

Members
  • Posts

    84
  • Joined

  • Last visited

Everything posted by A3kri

  1. Hello , how do I make friendly fire ? people in the same team keep killing each other I tried -- get a table with all teams local allTeams = getElementsByType ( "team" ) -- for every team, for index, theTeam in ipairs(allTeams) do -- if friendly fire is off, if ( getTeamFriendlyFire ( theTeam ) == false ) then -- switch it on setTeamFriendlyFire ( theTeam, true ) end end but it doesn't work ..
  2. Hello , I'm good at using google sketchup I made some models/buildings how I can put them into my server ? as I need them as .col, .dff, and .txd ..
  3. [HELP] my server is gone .. Hello , I have a server, and it came out as the best server in a competition we made between us ( we are a group of people ) .. and my server came the first, but the third winner he did something to the server and now I can't enter it, nor find it in the Browse .. but I can enter my ftp using an FTP client, and control panel from the host anyone knows how to recover it ? earlier today he used runcode to spam the server but I deleted it .. and this what he did .. please HELP
  4. This means radius. 1469.9957275391,-2291.0270996094,14.690351486206 is the center of circle. This means, thats objects will be removed in 3000 units of center. Ooh ,, so 100k was hell big !!
  5. شرح روعه وأفادني فالسكربت إلي احاول أسويه يسلموو =)
  6. أعتقد المفروض مضغوط .zip - عشان كل الملفات تكون مع بعض بدون ما يتغلفط السيرفر وهو يستدعيهم - حجم المضغوط أصغر - أسهل لك تعدل والسيرفر بيستدعي أسم الشيء الي تبيه وعقب هو بروح بينفك فأحد الفولدرات .. انت ماعليك من ذه
  7. A3kri

    nametags gui

    thanks =) ... and can you give me some explanation of the links u gave me ? cuz I'm kinda new, and I don't really understand the wiki or how to use it properly and what functions and methods do I use ?
  8. I'll try 3k and choose the best one .. cuz I don't really know what that means ..
  9. A3kri

    Runtime error

    all the solves didn't work .. Ill try my last hope Towncivilian's one then if it didn't work, ill do a format because of the nightly update !! Ill give u an update about the results later Town ..
  10. A3kri

    nametags gui

    thanks guys .. I've done it using the guieditor in the community main page .. this what I made addEventHandler("onClientResourceStart",resourceRoot, function() GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(518,226,192,295,"Name tags",false) GUIEditor_Grid[1] = guiCreateGridList(9,29,174,226,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) guiGridListAddColumn(GUIEditor_Grid[1],"Tags",0.2) for i = 1, 2 do guiGridListAddRow(GUIEditor_Grid[1]) end guiGridListSetItemText(GUIEditor_Grid[1],0,1,"Love") guiGridListSetItemText(GUIEditor_Grid[1],1,1,"Hate") GUIEditor_Button[1] = guiCreateButton(12,261,171,25,"Select",false,GUIEditor_Window[1]) end ) now how do I make when the player chooses the name tag he wants it set on his head ?
  11. Ook thanks .. ill try it removeWorldModel(4942,100000,1469.9957275391,-2291.0270996094,14.690351486206) removeWorldModel(4828,100000,1469.9957275391,-2291.0270996094,14.690351486206)
  12. A3kri

    nametags gui

    Thanks, is there any gui maker ? like an app for making gui for mta ?
  13. do u mean this ? engineSetModelLODDistance(4828, 500) if so .. do i lower it to 100 ?
  14. or you can make your own
  15. A3kri

    Runtime error

    I'll try, thanks.
  16. A3kri

    Maps question

    thanks you .. I found the maps I wanted .. they are made by someone called Puma you must try them guys .. they are the best maps ever =)
  17. Hello, I want to remove the la airport to replace it with another custom airport i used https://wiki.multitheftauto.com/wiki/RemoveWorldModel, but when i start it , the games bugs .. when u walk or drive on the road u fall in no where :l addEventHandler('onClientResourceStart', resourceRoot, function() restoreAllWorldModels() removeWorldModel(4942,5000000,1469.9957275391,-2291.0270996094,14.690351486206) removeWorldModel(4828,5000000,1469.9957275391,-2291.0270996094,14.690351486206) createObject ( 4828, 1481, -2300.1999511719, 12.5, 0, 0, 0 ) outputChatBox ( "New airport is loading .. please be patient =)") setTimer ( customObject, 200, 1) setOcclusionsEnabled(false) end ) function customObject () local txd = engineLoadTXD('files/air.txd',true) engineImportTXD(txd, 4828) local dff = engineLoadDFF('files/air.dff', 0) engineReplaceModel(dff, 4828) local col = engineLoadCOL('files/air.col') engineReplaceCOL(col, 4828) engineSetModelLODDistance(4828, 500) end it's client sided .. if it helps u ...
  18. A3kri

    Runtime error

    Uum, sorry .. :!
  19. A3kri

    Runtime error

    this is the error picture .. ( I took it from another thread ) this problem is getting popular with this horrible nightly update ! http://img337.imageshack.us/img337/8508/runerror.jpg
  20. A3kri

    Runtime error

    I did and it reinstalled MTA and the problem is still .. www.pastebin.com/sLxBEPvP
  21. أعتقد العقرب وفى وكفا .. وعشان لايزعلون البعض.. رمضان مبارك =)
  22. A3kri

    Runtime error

    thanks ,, ill do it now.
  23. A3kri

    Runtime error

    same with me
×
×
  • Create New...