Jump to content

mjau

Members
  • Posts

    589
  • Joined

  • Last visited

Everything posted by mjau

  1. mjau

    just a question

    another question how can i loop trough all the house childrens in the file and create a housepickup at the positions ?
  2. mjau

    just a question

    well mySQL is too hard for me read JR10 tut and things but i dont understand it so i wanted to do it with XML since i understand it better
  3. mjau

    just a question

    Xthepromise i know how to create the file i just wanted a way to create that line for my houseSystem... anyway tnx
  4. mjau

    just a question

    Hi i have almost never worked with xml before just some descriptions for a spawnmenu but today i tought i should learn more about it so i have a housecreator GUI wich functions in what order i need to make a xml line exactly like this? "" markerPosY="" markerPosZ="" owner="" />
  5. do i get this right ? i will get 5 years jail for piratecopies and opensource projects might be removed ? 5 years jail? isnt that a bit much if i download a single song ?
  6. mjau

    missile Minigun

    here this works for all wepaons https://community.multitheftauto.com/ind ... ls&id=1570
  7. mjau

    [TUT] SQLite

    nice tut but one question what is the easiest thing i can create with sqlite ? i wanna learn but making a gangsystem wich i want to will be t0o hard...
  8. Err copy the script solidsnake posted again and repalce with your it is clientside then go in the vehicle you wanna set gravity of and type /grav
  9. mjau

    Help

    function sendMessage2( messageclean, messageType) if (string.find(messageclean, "i") and string.find(messageclean, "love") and string.find(messageclean, "bot")) then outputChatBox("i love you too!", source, 191, 62, 255) end end addEventHandler("onPlayerChat",root,sendMessage2) function sendMessage2( messageclean, messageType) if (string.find(messageclean, "i") and string.find(messageclean, "hate") and string.find(messageclean, "bot")) then outputChatBox("Ill note that", source, 191, 62, 255) end end addEventHandler("onPlayerChat",root,sendMessage2) function sendMessage2( messageclean, messageType) if (string.find(messageclean, "hi") and string.find(messageclean, "bot")) then outputChatBox("Hello", source, 191, 62, 255) end end addEventHandler("onPlayerChat",root,sendMessage2) function sendMessage2( messageclean, messageType) if (string.find(messageclean, "how") and string.find(messageclean, "are") and string.find(messageclean, "bot")) then outputChatBox("I'm doing great", source, 191, 62, 255) end end addEventHandler("onPlayerChat",root,sendMessage2) function sendMessage2( messageclean, messageType) if (string.find(messageclean, "i") and string.find(messageclean, "a") and string.find(messageclean, "infernus")) then executeCommandHandler ( "sv infernus", source ) end end addEventHandler("onPlayerChat",root,sendMessage2)
  10. mjau

    Help

    https://wiki.multitheftauto.com/wiki/Exe ... andHandler
  11. And when you look in suggestion forum you find many suggestions about frineds list and chat on mta so FatalTerror kinda made something like that...
  12. he asked if he can do it and as far as i know yes startResource stopResource createMarker Event_: onMarkerHit
  13. myVehicle = createVehicle function enter() if source == myVehicle then outputChatBox("You have entered the vehicle") end end addEventHandler("onClientVehicleEnter", getRootElement(), enter)
  14. Awesome cant wait oh and in the topic name [REL] Means released use [WIP] Work in progress
  15. ... btw when you first created a script by yourself it is easy to create it again( i think... i compiled my K-Garage with an accident and i remade it even tough i could have decompiled it decompilers make fatal changes in the code and parts of the code dissapear so best way is remaking the script
  16. How can i know you aint trying to steal someones script ? i
  17. mjau

    2 question

    Yeh anyway zokan use ganjarulez code it should work and is better than what i posted ...
  18. mjau

    2 question

    function ColShapeHit ( thePlayer, matchingDimension ) local detection = isElementWithinColShape ( thePlayer, g_base_col ) if detection then if ( doesPedHaveJetPack ( thePlayer ) ) then removePedJetPack ( thePlayer ) end end end addEventHandler ( "onClientRender", ColShapeHit ) Try this
  19. Maybe suggest theese events to get implemented ?
  20. mjau

    [REL]K-Garage

    Yeh i agree and btw tnx to u i know how to make it fit to all resoulotions so ill do that too
  21. pause it instead and use this https://wiki.multitheftauto.com/wiki/IsSoundPaused
  22. mjau

    MTA Paradise

    Depreceated functions ingame do /upgrade
×
×
  • Create New...