Jump to content

dukenukem

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by dukenukem

  1. heh good you can try make map for dm ;d
  2. 1- true 2- false Yes on community exist these scripts but he maybe make new shits .
  3. Hmm?, this is not mine video? it only show you what i make?
  4. I can only show you green screen video.
  5. He's garry lol, and on wiki is it.
  6. https://wiki.multitheftauto.com/wiki/OnMarkerHit addEventHandler ("onMarkerHit", getRootElement(), function(hitElement, matchingDimension) if (getElementType( hitElement ) == "player") then if (source == shipManChatMarker) then triggerClientEvent (hitElement, "viewInfoGUIWindow", hitElement, "Stary szalony facet\n\nHEJ HEJ!\nCo robisz na moim statku, \nNie zapraszalem cie!\nIdz stad!") elseif (source == shipWomanChatMarker) then triggerClientEvent (hitElement, "viewInfoGUIWindow", hitElement, "Stara baba z duzymi butami\n\nWitaj na naszym statku.\nProsze nie zepsuj niczego \nmoj maz jest bardzo rozdrazniony") elseif (source == medicChatMarker) then triggerClientEvent (hitElement, "viewInfoGUIWindow", hitElement, "Szczesliwy lekarz\n\nWitaj w naszym szpitalu.\nGdy bedziesz mocno ranny znajdziesz sie tu!\n\nDo zobaczenia!\n...ahh lubie operowac ludzi") elseif (source == coureurChatMarker) then triggerClientEvent (hitElement, "viewInfoGUIWindow", hitElement, "Pan Iwan Nadie\n\nWitaj na naszym stadionie.\nMozesz tu sie wyszalec! za zdobycie okregu\ndostaniesz 100$! Koszt wejscia 500$!\n\nPowodzenia, mysle ze zginiesz \"{SMILIES_PATH}/icon_smile.gif\" alt=\"\" title=\"Smile\" />.") elseif (source == farmerChatMarker) then triggerClientEvent (hitElement, "viewInfoGUIWindow", hitElement, "Jakis farmer\n\nPewnie myslisz na co tak patrze?\nSzatanisci sa tutaj, Modla sie do szatana w tych kregach!\n\nIdz w dol sciezka a tam bedzie grota, powodzenia!") elseif (source == NeilArmstrongChatMarker) then triggerClientEvent (hitElement, "viewInfoGUIWindow", hitElement, "Neil Armstrong\n\nWitam.\nJako pierwszy wyladowalem na ksiezycu, \nTo naprawde fascynujaca przygoda!\nSprobuj!") end end end) you joking? you forgot to add an event
  7. communicate on pm, this is spam
  8. https://wiki.multitheftauto.com/wiki/CreateExplosion yes because is CreateExplosion function
  9. Hi, i have got suggestion for make delete own resources. Example: someguy uploaded unwittingly private script and how he cant delete it?
  10. UPDATE: +First person cursor bug fixed.
  11. https://wiki.multitheftauto.com/wiki/setElementData https://wiki.multitheftauto.com/wiki/toggleControl https://wiki.multitheftauto.com/wiki/setPedAnimation https://wiki.multitheftauto.com/wiki/isPedInVehicle https://wiki.multitheftauto.com/wiki/setControlState if you want add some effect https://wiki.multitheftauto.com/wiki/setCameraMatrixset https://wiki.multitheftauto.com/wiki/setCameraTarget https://wiki.multitheftauto.com/wiki/fadeCamera
  12. https://wiki.multitheftauto.com/wiki/Set ... tagShowing setPlayerNametagShowing (thePlayer, false) - add argument thePlayer in function.
  13. addEventHandler ("onMarkerHit", getRootElement(), functionname) https://wiki.multitheftauto.com/wiki/OnMarkerHit https://wiki.multitheftauto.com/wiki/OnMarkerLeave
  14. on vio reallife aiming exist but only - fist , melee weapons
  15. UPDATE: +First Person +New weapons +Level system
  16. no because is private , problem resolved.
  17. dukenukem

    wtf error?

    Hi everybody now i have got problem . I've got error: attempt to perform arithmetic on local 'camPosX' (a boolean value) anyone know wtf? ?
  18. local sound = false function onClientPressAdd (key, keyState) if sound then destroyElement(sound) sound = false else sound = playSound("yoursoundnamehere.mp3") end end bindKey("o", "down", onClientPressAdd) https://wiki.multitheftauto.com/ next time
  19. call(getResourceFromName("scoreboard"), "scoreboardAddColumn", "$ Money", getRootElement(), 70, "$ Money", 2) call(getResourceFromName("scoreboard"), "scoreboardAddColumn", "Time Playing", getRootElement(), 70, "Time Playing", 5) ... ... ...
  20. Hm if you want here is all command list http://dukenukem.pastebin.com/FfAzntib And mine interiorpositions.lua : http://dukenukem.pastebin.com/FZpRMsd2 Have fun, dukenukem.
×
×
  • Create New...