Jump to content

#\_oskar_/#

Members
  • Posts

    573
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by #\_oskar_/#

  1. I do not understand you what do you want to do ?
  2. Do you mean it? guiSetVisible(Astronautkonus ,false) addEventHandler ( "onClientGUIClick",root,function () if source == lsegir then guiSetVisible(AstronautBilgi,false) guiSetVisible(Astronautkonus,true) end end)
  3. onClientGUIClick + guiSetVisible
  4. I am sorry for my late Download the script https://www.up-00.com/5nafq5cjthzg --- --function createTextAttachedTo( 'your text' ,your blip Name,[color,x,y,scale,font]) Ex -- Blip Gun Blip1 = createBlip ( -2625, 208, 0 ,6 ,2,255,0,0,25) exports.cTextBlip:createTextAttachedTo('#FF0000Gun',Blip1) -- Blip Airyard Blip2 = createBlip (-1474, -336,0 ,5,2,255,0,0,25) exports.cTextBlip:createTextAttachedTo('Airyard',Blip2,0xFF00FF00) -- Blip Poilce Blip3 = createBlip (1553, -1675, 0 ,30,2,20,20,255) red, green, blue = getBlipColor ( Blip3 ) exports.cTextBlip:createTextAttachedTo('Police',Blip3,tocolor(red, green, blue,255),15,15,1) ----Yor Name exports.cTextBlip:createTextAttachedTo(getPlayerName(localPlayer),localPlayer,skip_color,10,10) Image
  5. روح جوجل وابحث يمكن تلقي طلبك https://community.multitheftauto.com/ او ابحث هنا
  6. قيم مود حق وش ؟ + الفيديوهات محذوفه
  7. I think this is it setFarClipDistance
  8. انت كل شوي تنزل نفس الموضوع ؟ خلك في موضوع واحد
  9. getElementPosition -- get location
  10. https://wiki.multitheftauto.com/wiki/GetPlayerMapBoundingBox
  11. @Resulcan I did not understand your request well, but I think this is what you want ? customblips
  12. يفتح لوحه المساعده ؟ x يعني عندك مود وتبي اذا ضغط --- مثلا عندك لوحه تفتح بكلمة في اف 8 مثال addCommandHandler ( "help", function () if not window == false then return end window = guiCreateWindow(0.14, 0.08, 0.60, 0.71, "help", true) end) وعشان تجيب الامر لما تضغط ع الزر تسوي كدا bindKey( "x", "down", "help" ) -- اذا تبي تسويه بنفس المود --او bindKey( "x", "down", function () -- اذا كان المود مشفر وتبي تستخرج الامر executeCommandHandler ( "help") end )
  13. the pic is small + what do you want?
  14. use onPlayerWasted on the serverside wiht spawnPlayer
  15. حلوه الفكره بس لو تزيد عليها وتحط مثلا صوره فوق الماركر او تحط كلام ثري دي فوق الماركر وبالتوفيق لك
×
×
  • Create New...