0 Üye ve 1 Ziyaretçi konuyu incelemekte.
--|Marker işlemleri|--markerim = createMarker (2032.79028, -1416.52271, 16.99219 - 1.1, "cylinder", 1, 20, 236,40, 255)radarisaretim = createBlipAttachedTo (markerim, 56 )----------------------function hastane_gorevı () hastane_panel = guiCreateWindow(0.37, 0.41, 0.25, 0.29, "Hastane Görevi", true) guiSetAlpha(hastane_panel, 1.00) guiWindowSetSizable(hastane_panel, false) --> Paneli oyun içinden büyültme ve küçültmeyi kapatma. --guiWindowSetMovable(hastane_panel, false) --> Paneli oyun içinden taşımayı kapatma. guiSetProperty(hastane_panel, "CaptionColour", "FF31CD90") bilgi_kutucuk = guiCreateMemo(0.04, 0.20, 0.93, 0.41, "Görevin amacı: Haritadaki işaretli yere gidip yaralıları kurtarmalısn acil!", true, hastane_panel) guiMemoSetReadOnly(bilgi_kutucuk, true) gorev_istemiyorum_buton = guiCreateButton(9, 187, 236, 28, "Görevi yapmak istemiyorum", false, hastane_panel) guiSetFont(gorev_istemiyorum_buton, "default-bold-small") guiSetProperty(gorev_istemiyorum_buton, "NormalTextColour", "FFFD0000") gorev_basla_buton = guiCreateButton(9, 149, 236, 28, "Görevi biran önce yapmak istiyorum", false, hastane_panel) guiSetFont(gorev_basla_buton, "default-bold-small") guiSetProperty(gorev_basla_buton, "NormalTextColour", "FF36FB01") forum_linki = guiCreateLabel(9, 19, 236, 22, "http://www.mtasaturk.com", false, hastane_panel) guiSetFont(forum_linki, "default-bold-small") guiLabelSetColor(forum_linki, 239, 87, 12) guiLabelSetHorizontalAlign(forum_linki, "center", false) guiLabelSetVerticalAlign(forum_linki, "center")end function marker_gir ()addEventHandler("onClientRender", root, hastane_gorevı )endaddEventHandler("onClientMarkerHit", markerim, marker_gir) function marker_cık ()removeEventHandler("onClientRender", root, hastane_gorevı )endaddEventHandler("onClientMarkerLeave", markerim, marker_cık)
Arkadaşlar sürekli panel geliyor cusourla çekince neden kodlar bunlarKodfunction marker_gir ()addEventHandler("onClientRender", root, hastane_gorevı )endaddEventHandler("onClientMarkerHit", markerim, marker_gir) function marker_cık ()removeEventHandler("onClientRender", root, hastane_gorevı )endaddEventHandler("onClientMarkerLeave", markerim, marker_cık)
function marker_gir ()addEventHandler("onClientRender", root, hastane_gorevı )endaddEventHandler("onClientMarkerHit", markerim, marker_gir) function marker_cık ()removeEventHandler("onClientRender", root, hastane_gorevı )endaddEventHandler("onClientMarkerLeave", markerim, marker_cık)
guiSetVisible(element, deger) -- true gösterir false gizler
--|Marker işlemleri|--markerim = createMarker (2032.79028, -1416.52271, 16.99219 - 1.1, "cylinder", 1, 20, 236,40, 255)radarisaretim = createBlipAttachedTo (markerim, 56 )---------------------- hastane_panel = guiCreateWindow(0.37, 0.41, 0.25, 0.29, "Hastane Görevi", true) guiSetAlpha(hastane_panel, 1.00) guiWindowSetSizable(hastane_panel, false) --> Paneli oyun içinden büyültme ve küçültmeyi kapatma. --guiWindowSetMovable(hastane_panel, false) --> Paneli oyun içinden taşımayı kapatma. guiSetProperty(hastane_panel, "CaptionColour", "FF31CD90") bilgi_kutucuk = guiCreateMemo(0.04, 0.20, 0.93, 0.41, "Görevin amacı: Haritadaki işaretli yere gidip yaralıları kurtarmalısn acil!", true, hastane_panel) guiMemoSetReadOnly(bilgi_kutucuk, true) gorev_istemiyorum_buton = guiCreateButton(9, 187, 236, 28, "Görevi yapmak istemiyorum", false, hastane_panel) guiSetFont(gorev_istemiyorum_buton, "default-bold-small") guiSetProperty(gorev_istemiyorum_buton, "NormalTextColour", "FFFD0000") gorev_basla_buton = guiCreateButton(9, 149, 236, 28, "Görevi biran önce yapmak istiyorum", false, hastane_panel) guiSetFont(gorev_basla_buton, "default-bold-small") guiSetProperty(gorev_basla_buton, "NormalTextColour", "FF36FB01") forum_linki = guiCreateLabel(9, 19, 236, 22, "http://www.mtasaturk.com", false, hastane_panel) guiSetFont(forum_linki, "default-bold-small") guiLabelSetColor(forum_linki, 239, 87, 12) guiLabelSetHorizontalAlign(forum_linki, "center", false) guiLabelSetVerticalAlign(forum_linki, "center") guiSetVisible(hastane_panel,false) ---------------------- function _____ (Player) guiSetVisible(hastane_panel,true) showCursor(true)endaddEventHandler ( "onClientMarkerHit", getRootElement(), _____ )
Hazır.Kod: lua--|Marker işlemleri|--markerim = createMarker (2032.79028, -1416.52271, 16.99219 - 1.1, "cylinder", 1, 20, 236,40, 255)radarisaretim = createBlipAttachedTo (markerim, 56 )---------------------- hastane_panel = guiCreateWindow(0.37, 0.41, 0.25, 0.29, "Hastane Görevi", true) guiSetAlpha(hastane_panel, 1.00) guiWindowSetSizable(hastane_panel, false) --> Paneli oyun içinden büyültme ve küçültmeyi kapatma. --guiWindowSetMovable(hastane_panel, false) --> Paneli oyun içinden taşımayı kapatma. guiSetProperty(hastane_panel, "CaptionColour", "FF31CD90") bilgi_kutucuk = guiCreateMemo(0.04, 0.20, 0.93, 0.41, "Görevin amacı: Haritadaki işaretli yere gidip yaralıları kurtarmalısn acil!", true, hastane_panel) guiMemoSetReadOnly(bilgi_kutucuk, true) gorev_istemiyorum_buton = guiCreateButton(9, 187, 236, 28, "Görevi yapmak istemiyorum", false, hastane_panel) guiSetFont(gorev_istemiyorum_buton, "default-bold-small") guiSetProperty(gorev_istemiyorum_buton, "NormalTextColour", "FFFD0000") gorev_basla_buton = guiCreateButton(9, 149, 236, 28, "Görevi biran önce yapmak istiyorum", false, hastane_panel) guiSetFont(gorev_basla_buton, "default-bold-small") guiSetProperty(gorev_basla_buton, "NormalTextColour", "FF36FB01") forum_linki = guiCreateLabel(9, 19, 236, 22, "http://www.mtasaturk.com", false, hastane_panel) guiSetFont(forum_linki, "default-bold-small") guiLabelSetColor(forum_linki, 239, 87, 12) guiLabelSetHorizontalAlign(forum_linki, "center", false) guiLabelSetVerticalAlign(forum_linki, "center") guiSetVisible(hastane_panel,false) ---------------------- function _____ (Player) guiSetVisible(hastane_panel,true) showCursor(true)endaddEventHandler ( "onClientMarkerHit", getRootElement(), _____ )