Jump to content

golanu21

Members
  • Posts

    650
  • Joined

  • Last visited

Everything posted by golanu21

  1. golanu21

    XML ID's

    hi guys i make that function elevator (player, cmd, x1, x2, x3, col1, col2, col3, alpha, size ) local x, y, z = getElementPosition (player) if x1 and x2 and x3 and col1 and col2 and col3 and alpha and size then px, py, pz = x1, x2 + 2, x3 tx, ty, tz = x, y + 2, z marker1 = createMarker ( x, y, z + 1, "arrow",2, col1, col2, col3, alpha ) marker2 = createMarker ( tonumber(x1), tonumber(x2), tonumber(x3) + 1, "arrow", size, col1, col2, col3, alpha ) local NewNode = xmlCreateChild(RootNode, "Elevator ID"..id..".") xmlSaveFile(RootNode) local id = else outputChatBox ("[invalid Syntax]: /addelevator [x], [y], [z], [Col1], [Col2], [Col3], [Alpha], [size] ", player, 255, 0, 0 ) end end addCommandHandler("addelevator", elevator ) and i don't know what i need to type "local id = " for when i want to delete to make like this /delelevator [iD]
  2. golanu21

    Crashing

    oh, sorry, yes, it's works
  3. golanu21

    Crashing

    when i enter in MTA, black, white, black white,....
  4. golanu21

    Crashing

    http://pastebin.mtasa.com/176612768
  5. golanu21

    Crashing

    when i start the mta, (as administrator), black screen 3 sec and then > Version = 1.3.2-release-5503.0.000 Time = Sun Jun 16 13:53:17 2013 Module = Code = 0xC0000005 Offset = 0x6D614720 EAX=03612B68 EBX=03612B50 ECX=0028EF78 EDX=6D614720 ESI=0028EFDC EDI=0028EFD4 EBP=0028EF88 ESP=0028EF1C EIP=6D614720 FLG=00010246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
  6. golanu21

    Crashing

    http://pastebin.mtasa.com/156006847 -- There is the MTa Diag gta_sa.set is deleted d3d9.dll is deleted////
  7. Au venit destepti )), ma amuzati
  8. Aici puteti posta intrebari despre ce nu stiti.Aici va ajutam sa invatati mta lua scripting, nu va facem scripturi REGULI: 1.Fara injurii 2.fara limbaj indecent 3.fara obscenitati 4.fara intrebari despre gamemoduri furate(valhalla) 5.nu cereti sa va facem scripturi Exenplu intrebare: cum se face o poarta miscatoare...? Raspuns:
  9. you need to create teams for that
  10. we are here to help to learn "mta lua scripting" if you need help post the script here or we care about that script is stealing
  11. golanu21

    function

    function createcomand(cmd, gangname, ...) local gangname = table.concat({...}, " ") if gangname then guiSetVisible(factionwindow, true) guiSetText(factionwindow, "Faction-System|By: 'golanu21',"..gangname..".") else outputChatBox("[invalid Syntax]: /createfaction NAME", source, 255, 0, 0) end end addCommandHandler("makefaction", createcomand) the gangname is global, wtf ???, this is the eror
  12. golanu21

    function

    for example function Gui() -- this is a function --there is a gui guiSetVisible(guiwindow, false) --and here i want to start other function with bindKey bindKey("F2","down", showgui) function showgui () guiSetVisibile(guiwindow, true) end end i can make that ?
  13. golanu21

    function

    how i can make function in another function ? for example function gui () -- this is a function --there is a gui guiSetVisibile(guiwindow, false) --and here i want to start other function with bindKey or, how i make setElementData for a gui?
  14. is asking for guiButtonVisibile ), but not exist try with guiCreateButton
  15. no, the error is : "Connection Time Out"
  16. is valhalla .., we don't give suport for leaked scripts
  17. exist on a site?? download ???
  18. golanu21

    Fort Carson

    hi, who have FORT CARSON ROLEPLAY to give me please, i need :D:D: THANX, anticipated
×
×
  • Create New...