-
Posts
404 -
Joined
-
Last visited
Everything posted by AE.
-
dx, dx2 = guiGetScreenSize() بدل ذا وجرب نسيت الاقواس انا
-
مافهمت منك شئ
-
وين الخطأ ؟ انا مجربه وشغال معي تمام
-
dx, dx2 = guiGetScreenSize imglogin = guiCreateStaticImage(dx*9/1920, dx2*21/1080, dx*536/1920, dx2*337/1080, "imgs/lognpnl1.png", false, wnlogin) بدل ال 1920 و 1080 باحداثيات الشاشة اللي انت مسوي فيها الصورة
-
حبيب مودات انت : عندي مشكلة ف مود اسلحة سويت الكود دا عشان احلها ماشتغل لاتخرج قبل ان تقول سبحان الله المشكلة واحد حلها ماندري كيف بس انحلت
-
اناا ماني شايف غير تايمر لما المود يشتغل بيشتغل التايمر كل شوي اللي انا شايفه كود ماله اي علاقة بمود الاسلحة
-
مافهمنا ولا شئ وين الماركر ااصلا
-
it won't addEvents if it's false so when you click then the event will be aded and isContactOpened = false so when he click again it will be false so it will go to removeEvent
-
انسخ والصق :3 طيب من وين بدي اعرف اذا كان حاطت هو ولا لا :3 ها من وين بدي اعرف ياتري بستخدم السحر مثلا؟
-
if isContactOpened == true then
-
هو قال يبي لما الاعب يموت يخليه يرسبن باحداثيات الجريد الليست اللي اختارها انا مالي دخل هو وش حاطط اجل لو حاطط وصارت مشكلة ساعتها بنحلها ثاني شئ لو الاعب مات وهو مب مستخدم سباون بلاير ف الجيم مود الاعب بيفضل ميت حتي لو استخدمت اللي تقول عليه
-
then use this isContactOpened = true addEventHandler("onClientClick", root, function(key, state, cx, cy) if key == "left" and state == "down" then if isCursorInBox(screenW * 0.4729, screenH * 0.3130, screenW * 0.0953, screenH * 0.0269) then if isContactOpened == true then addEventHandler("onClientRender",getRootElement(),contactBTN) isContactOpened = false else removeEventHandler("onClientRender",getRootElement(),contactBTN) isContactOpened = true end end end end
-
local isContactOpened = true addEventHandler("onClientClick", root, function(key, state, cx, cy) if key == "left" and state == "down" then if isCursorInBox(screenW * 0.4729, screenH * 0.3130, screenW * 0.0953, screenH * 0.0269) then if isContactOpened == true then addEventHandler("onClientRender",getRootElement(),contactBTN) isContactOpened = false end end end end) well then it will be like this
-
ahm noway m8 he want to make the button pressed one time this is not a check for a gui open
-
just one thing is wrong :3 local isContactOpened = false addEventHandler("onClientClick", root, function(key, state, cx, cy) if key == "left" and state == "down" then if isCursorInBox(screenW * 0.4729, screenH * 0.3130, screenW * 0.0953, screenH * 0.0269) then if isContactOpened then addEventHandler("onClientRender",getRootElement(),contactBTN) isContactOpened = true else removeEventHandler("onClientRender",getRootElement(),contactBTN) isContactOpened = false end end end end)
-
انا استخدمت الحدث فوق بعدين هو مافهم فسويتله الكود فوق يعني مافي شئ بيتكرر والروت المنت اوك فهمتها معاك حق لكن الحين انا وش دخل اهلي بالمعالج انت شايفني بسويله جيم مود :3 ؟ غير كدا انا ماشوفك غير تدور اخطاء ورا الناس ف المنتدي حاول تشوفلك شئ ثاني
-
يب صح ماخدت بالي السورس تنفع Source The source of this event is the player that died.
-
احداثيات المكان وايدي الشخصية شو
-
triggerServerEvent("SHOW_s2",localPlayer,localPlayer) #edit 1 بدل الترايجر بذا وبدل السيرفر بذا addEvent("SHOW_s2",true) addEventHandler("SHOW_s2",getRootElement(), function(player) HT = getPlayerAccount ( player ) if HT then -- نتاكد من وجود الاكونت if getAccountData(HT,'VIP',1) then outputChatBox("Hi",source, 255, 0, 0, true ) triggerClientEvent ( source, "SHOW2", source) else outputChatBox("VIP لم تقم بالاشتراك لفتح لوحة ",source, 255, 0, 0, true ) end end end)
-
pskin = nil cx,cy,cz = nil gridlist = guiCreateGridList(369, 103, 334, 174, false) guiGridListAddColumn(gridlist, "الشخصية", 0.9) gridlist2 = guiCreateGridList(370, 278, 333, 149, false) guiGridListAddColumn(gridlist2, "المكان", 0.9) button = guiCreateButton(39, 273, 237, 37, "اختيار", false, gridlist1) guiSetVisible(gridlist,false) guiSetVisible(gridlist2,false) guiSetVisible(button,false) addEventHandler("onClientRender",root, function() if guiGetVisible(gridlist,true) then showCursor(true) end end ) ------------- ---الكواد--- ------------- Skins = { {"سيجي",0} } Places = { {"الدائري",1659.99719,-985.70233,63.86105} } for i,s in ipairs( Places ) do local row = guiGridListAddRow( gridlist2 ) guiGridListSetItemText(gridlist2,row,1,s[1],false,false) guiGridListSetItemData(gridlist2,row,1,{s[2],s[3],s[4]}) end for k,v in ipairs( Skins ) do local row = guiGridListAddRow( gridlist ) guiGridListSetItemText(gridlist,row,1,v[1],false,false) guiGridListSetItemData(gridlist,row,1,v[2]) end addEventHandler('onClientGUIClick',root, function() if source == button then if guiGridListGetSelectedItem(gridlist) ~= -1 then id = guiGridListGetItemData ( gridlist, guiGridListGetSelectedItem ( gridlist ), 1 ) triggerServerEvent("setModel:source",localPlayer,id) pskin = id if guiGridListGetSelectedItem(gridlist2) ~= -1 then local Plac = guiGridListGetItemData ( gridlist2, guiGridListGetSelectedItem ( gridlist2 ), 1 ) triggerServerEvent("Places:source",localPlayer,Plac[1],Plac[2],Plac[3]) cx,cy,cz = Plac[1],Plac[2],Plac[3] guiSetVisible(gridlist,false) guiSetVisible(gridlist2,false) guiSetVisible(button,false) showCursor(false) guiSetInputEnabled(false) end end end end ) addEvent("12345",true) addEventHandler("12345",root, function ( ) guiSetVisible(gridlist,true) guiSetVisible(gridlist2,true) guiSetVisible(button,true) end) function ha() triggerServerEvent("onwas",source,pskin,cx,cy,cz) end addEventHandler("onClientPlayerWasted",getRootElement(),ha) دا كلينت وحط دا ف السيرفر function hase(hx,hy,hz,ids) spawnPlayer(source,hx,hy,hz,0,ids) end addEvent("onwas",true) addEventHandler("onwas",getRootElement(),hase)
-
بحاول اشرحلك سوي متغير ف اول الكلنت اوك سميه مثلا pskin pskin = nil لازم ف الكلينت بعدين لما الاعب يختار الشخصية ويضغط عالزر او ايا كان لما يختار الشخصية خلي ال pskin = الشخصية اللي هو اختارها الحين سوي كدة لما الاعب يرسبن function onsp() setElementModel(source,pskin) end addEventHandler ( "onClientPlayerSpawn", getRootElement(), onsp ) ماتبي داتا زي ماشفت
-
طيب حط الاكواد عشان نقدر نساعدك
-
الداتا وش علاقتها باللي انت تقوله ؟