Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. @ Samer : You're missing an end function funkcia () if ( isPlayerDead( localPlayer ) ) then guiSetVisible( window1, true ) showCursor( true ) end end bindKey ("F1", "down", funkcia )
  2. local intoMarker = createMarker(2105.0068359375, -1806.521484375, 14.5546875, 'arrow', 2, 255, 255, 0, 100) local outMarker = createMarker(372.0361328125, -133.5166015625, 1002.4921875, 'arrow', 2, 255, 255, 0, 100) setElementInterior(outMarker,5) function teleport( hitElement ) if getElementType( hitElement ) == "player" then if ( source == intoMarker ) then setElementPosition(hitElement,375.7626953125, -131.25, 1002) setElementInterior(hitElement,5) elseif ( source == outMarker ) then setElementPosition(hitElement,2099.5078125, -1806.6220703125, 14) setElementInterior(hitElement,0) end end end addEventHandler("onMarkerHit", root, teleport)
  3. PaiN^

    global chat

    We don't do scripts here, You do a script and we well help .. Or you can ask for a paid script ..
  4. function union () local sound = playSound("dont.mp3") setSoundVolume(sound, 0.5) end addEventHandler("onClientPlayerJoin", loaclPlayer, union)
  5. Maybe it's from the mouse itself ..
  6. You can search in the community, Or you can pay someone to do it for you, This section is to show resources, Not to ask for resources ..
  7. You should move the mapmanager to the [managers] file in resources, Not gamplay . And don't put any spaces in the modloader's file name .
  8. If you want it automatically, You can add it to an event, Or you can use a timer ..
  9. Maybe you can use the omg mod , You can find it in the community .. ( I don't know much about DayZ )
  10. PaiN^

    Stuff team

    meta file is missing the info line ..
  11. -- SERVER addEvent("SaddNotification", true) function SaddNotificationHandler( text, red, green, blue, player ) triggerClientEvent("CaddNotification", root, text, red, green, blue ) end addEventHandler("SaddNotification", root, SaddNotificationHandler)
  12. PaiN^

    Help

    You can use setTimer .
  13. Event ( client ) : onClientMarkerHit functions : client : guiSetVisible showCursor guiSetInputEnabled
  14. Could you explain more about how to do, I didn't understand
  15. تسويله ملف ميتا وتحطه بملف مضغوط مع ملف الميتا meta.xml
  16. setCameraMatrix( theplayer, x, y, z) ? يب, بس عوض الآرجمنتات بالآحداثيآت واللآعب
  17. .. عشان تتعلمـ البرمجة لآزمـ تكون تعرف إنجليزي شوي, لآن صعب تتعلمها بدون لغة
  18. PaiN^

    I'm... Back?

    I have started playing MTA Before 3 years, But i left it for a year or year and half, But i got back 2-3 months ago and i started to learn how to script . Believe it or not, MTA is a type of a game that you can't quit ...
  19. PaiN^

    MTA 1.3.(1) crashing

    https://forum.multitheftauto.com/viewtopic.php?f=104&t=31668
×
×
  • Create New...