
yazan
Members-
Posts
1,452 -
Joined
-
Last visited
Everything posted by yazan
-
اقل شي 4 ساعات اكثر شي 15 ساعه
-
+1 اتفق معك في ناس و انا منهم اعرف ابرمج خفيف لكن مو بكل قيم مود مثلن الحرب للحين ما توصلت لطريقة انهي فيها المهمه
-
ركز في ردي فوق قبل تتسرع , # انا قلت هو سواه مره وحده لو صاحب الموضوع يبيها اكثر من مره , يقدر يعدل التايمر مشكلتك عندك قلة تركيز يا اخوي الفكره اصلن انه يقدر ينقل البنل في اي مكان من اول الموضوع و ما في خلاف المهم تقربا تم الافاده اكثر من كذا يبي كود جاهز #
-
سلام عليكم ودي قائمة ب مودات للريس و الشورتر و ديربي من اجل البرمجه مثلن ريس # توب - يجب لك اكثر واحد يفوز #شورتر سياره تطلق نار - يعمل سياره تطلق نار و مشكورين
-
يعني داخل عرض يعني مايدري وش السالفة يعني هو غلطان وقادح على الرجال الحين بيجيك وش يعني قادحح تمام
-
سؤال يهجول في عقلي وش يعني درعمة ؟
-
d3 = createObject ( 968, x, y, z, 0, 0, 90 ) d = createMarker ( x, y, z, "cylinder", 5, 0, 0, 0, 0 ) function ddf() if getTeamName(getPlayerTeam(source)) == "No Team" then moveObject (d3, 5000, x, y, z ) end end addEventHandler("onClientMarkerHit", d, ddf) ---------------------------------------------------------------------- طريقة ثانيه ب زر ---------------------------------------------------------------------- d3 = createObject ( 968, x, y, z, 0, 0, 90 ) d = createMarker ( x, y, z, "cylinder", 5, 0, 0, 0, 0 ) function cl() moveObject (d, 5000, x, y, z ) end function op() moveObject (d, 5000, x, y, z ) end addEventHandler ( "onClientMarkerHit", d, function () if getTeamName(getPlayerTeam(source)) == "No Team" then bindKey("1","down", op) bindKey("2","down", cl) end end) عدل الاحداث و ان ششاء الله ما يكون في خطا
-
outputChatBox( "#FFFF00===[HELPMANAGER BY -Marwan+PUNK]===",0,255,0,true ) outputChatBox( "#00FF00===[PRESS F9 TO OPEN IT]===",0,255,0,true ) localPlayer = getLocalPlayer() wnd_window = {} addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), function ( theResource ) --outputConsole( "wnd_showServerInfo called" ) --outputConsole( " source: ".. tostring( source ) ) --outputConsole( " resourceStarted: ".. tostring( theResource ) ) if source == getResourceRootElement( theResource ) then --outputConsole( " passed if: source == resource" ) local cmd = xmlLoadFile( "cmd.xml" ) local cmd1 = xmlNodeGetValue( cmd ) local member = xmlLoadFile( "member.xml" ) local member1 = xmlNodeGetValue( member ) local other = xmlLoadFile( "other.xml" ) local other1 = xmlNodeGetValue( other ) local server = xmlLoadFile( "server.xml" ) local server1 = xmlNodeGetValue( server ) wnd_create( cmd1, member1, other1, server1 ) end end ) function wnd_create( cmd, member, other, server ) GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Memo = {} GUIEditor_Image = {} window = guiCreateWindow(336,330,744,546,"★حياكم الله بسيرفر زومبي المملكة★",false) guiSetAlpha(window,1) guiWindowSetSizable(window,false) background = guiCreateStaticImage(0.0165,0.0549,0.9669,0.9191,"images/background.png",true,window) guiSetAlpha(background,1) guiSetProperty(background,"Disabled","true") GUIEditor_Image[1] = guiCreateStaticImage(0.0081,0.0023,0.0043,0.005,"images/logo.png",true,window) guiSetAlpha(GUIEditor_Image[1],1) guiSetProperty(GUIEditor_Image[1],"Disabled","true") GUIEditor_TabPanel[1] = guiCreateTabPanel(0.0404,0.2457,0.921,0.6936,true,window) guiSetAlpha(GUIEditor_TabPanel[1],1) tabcmd = guiCreateTab("★قوانيــن السيرفر★",GUIEditor_TabPanel[1]) guiSetAlpha(tabcmd,1) GUIEditor_Memo[1] = guiCreateMemo(0.008,0.0231,0.984,0.9583,cmd,true,tabcmd) guiSetAlpha(GUIEditor_Memo[1],1) GUIEditor_Tab[1] = guiCreateTab("★شرح السيرفر★",GUIEditor_TabPanel[1]) guiSetAlpha(GUIEditor_Tab[1],1) GUIEditor_Memo[2] = guiCreateMemo(0.01,0.0324,0.98,0.9444,member,true,GUIEditor_Tab[1]) guiSetAlpha(GUIEditor_Memo[2],1) GUIEditor_Tab[2] = guiCreateTab("صاحبين السيرفر",GUIEditor_TabPanel[1]) guiSetAlpha(GUIEditor_Tab[2],1) GUIEditor_Memo[3] = guiCreateMemo(0.008,0.0185,0.982,0.963,other,true,GUIEditor_Tab[2]) guiSetAlpha(GUIEditor_Memo[2],1) GUIEditor_Tab[2] = guiCreateTab("تحياتنا",GUIEditor_TabPanel[1]) guiSetAlpha(GUIEditor_Tab[2],1) GUIEditor_Memo[4] = guiCreateMemo(0.008,0.0185,0.982,0.963,server,true,GUIEditor_Tab[2]) guiSetAlpha(GUIEditor_Memo[4],1) guiMemoSetReadOnly(GUIEditor_Memo[1],true) guiMemoSetReadOnly(GUIEditor_Memo[2],true) guiMemoSetReadOnly(GUIEditor_Memo[3],true) guiMemoSetReadOnly(GUIEditor_Memo[4],true) end -- BIND THE TOUCH F9 function onresourceStart () bindKey ("F9", "down", showUserPanel) guiSetVisible (window, false) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onresourceStart) function showUserPanel () getVisible = guiGetVisible (window) playerName = getPlayerName ( getLocalPlayer() ) if (getVisible == true) then guiSetVisible (window, false) showCursor (false) playSound("open.wav") end if (getVisible == false) then guiSetVisible (window, true) showCursor (true) playSound("open.wav") end end jobmarker = createMarker(1314,-1575,12,"cylinder",2,0,255,0) addEventHandler("onClientMarkerHit",jobmarker,function(p) if p == lp and not isPedInVehicle(lp) then guiSetVisible(window,true) showCursor(true) end end) عدل موقع المارك
-
تايمر مره وحده شلون و ودك تحقق من الماوس وين كل ما يتحرك
-
+ ما يحتاج تسوي showCursor (false) اول ما يشتغل لأنه كذا كذا بيختفي وعندك خطأ بالسطر 6 AccountDataa > AccountData هو ما وده يستخدمه ب شي يبيه فقط مثال يتعلم منه فهمني بسكايب + سطر 6 زاد الحرف بالغلط
-
المشكله عندك ب الكلنت + سيرفر ما له داعي addEventHandler("onClientResourceStart", resourceRoot, + النجمة بسبب guiEditSetReadOnly(GUIEditor.edit[1], true) guiEditSetMasked(GUIEditor.edit[1], true) بسيرفر ما عطيطه اصلن داتا من اجل تجيبها القيمة ثانيه ما تشتغل ------------------------------------------------------------------- هذه تعديل 1- ماوس يبين ما كان يبين 2- لوحة تفتح و تسكر ب رقم 2 3- يوم يعمل تريقر 1 يعطي داتا 4-حذف بعض الاخطاء GUIEditor = { button = {}, window = {}, edit = {} } GUIEditor.window[1] = guiCreateWindow(368, 222, 138, 165, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible(GUIEditor.window[1], false) showCursor(false) GUIEditor.button[1] = guiCreateButton(10, 61, 120, 15, "Refresh", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.edit[1] = guiCreateEdit(9, 21, 121, 35, "", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(10, 82, 120, 15, "1", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") GUIEditor.button[3] = guiCreateButton(10, 102, 120, 15, "2", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") GUIEditor.button[4] = guiCreateButton(10, 123, 119, 15, "True", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") GUIEditor.button[5] = guiCreateButton(10, 142, 119, 15, "False", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA") panel = function () guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])) showCursor(guiGetVisible(GUIEditor.window[1])) end bindKey("2","down", panel) addEventHandler("onClientGUIClick", resourceRoot, function() if ( source == GUIEditor.button[2] ) then triggerServerEvent("one", localPlayer) end end) addEventHandler("onClientGUIClick", resourceRoot, function() if ( source == GUIEditor.button[1] ) then triggerServerEvent("two", localPlayer) end end) addEvent ("AccountData", true) addEventHandler ("AccountData", root, function (data) guiSetText (GUIEditor.edit[1], data) end) سيرفر addEvent("one",true) addEventHandler("one",root, function () local accounta = getPlayerAccount ( source ) setAccountData ( accounta, "ro5sa", "1" ) local tzwera = (getAccountData ( accounta, "ro5sa" ) or "N/A") triggerClientEvent (source, "AccountDataa", source, tzwera) end ) addEvent("two",true) addEventHandler("two",root, function () local account = getPlayerAccount ( source ) setAccountData ( account, "ro5sa", "2" ) local tzwer = (getAccountData ( account, "ro5sa" ) or "N/A") triggerClientEvent (source, "AccountData", source, tzwer) end )
-
عندك مشكلة بتحقق + ما دخل الضغط + التايمر غلط لانه بعد ال 1000 بيعمل النقل + لازم يتحقق بتايمر مثلن مفتوح من اجل يجيب احداث الماوس بكل ثانيه زبده تعديلك هريسه
-
الحقك مو عليك الحق على الساعدك اول شي لا تحاول تجيب جاهز ما حد بيطرح لك كود مثل ذا جاهز غير اذا كان عامله من قبل ثاني شي ما في ولا شي نطرح غلط غير كودك حاول فيه و تكون محولتك تبين انك تعبت مو تلصق اكود ببعض هريسة و اكيد بيسعدونك
-
ردك شو به فايده برب بس غلقولي الموضوع بروح شوف بمواقع ثانيه اعطاك السيرفر تقربا كامل
-
اعمل الكلنت اول سيرفر بس حقت الفلوس
-
ما في اي تعديل انقله كوبي بست بس احذف كود عمل قرييد لست اول السطر
-
-20% -------- شوف هذه الوظائف و ناقص تعمل تحديث من اجل اذا احد طلع او دخل او غير الاسم Event # onClientPlayerJoin onClientPlayerChangeNick onClientPlayerQuit onClientGUIClick function # guiGridListAddRow guiGridListSetItemText guiGridListSetItemData guiGridListGetItemData guiGridListGetRowCount guiGridListRemoveRow guiGridListGetItemText getPlayerFromName triggerServerEvent givePlayerMoney guiGetText
-
قصدك جاهزز اخوي الكود يلي طرحته مو دقيق بس بوريك الفكره كيف تقدر تعدل على اسماء اليلمنت
-
@TAPL +1 هههههههههههههههههه ---------------------- Marker = createMarker ( Y, Z, X, "cylinder", 50, 0, 0, 0, 0 ) addEventHandler ( "onClientMarkerHit", Marker, function ( player ) if player == localPlayer then setElementInterior(player,1,x,y,z) end end) الحين اطلع انا هريسة
-
تخربط مثال panel = guiCreateTabPanel(462, 207, 394, 299, false) addEventHandler ( "onClientMouseEnter", panel, function () if getKeyState( "mouse2" ) == true then cx, cy = getCursorPosition( ) setTimer(function() guiSetPosition ( panel, cx, cy, true ) end,62,1) end end)
-
getKeyState onClientMouseEnter guiSetPosition getCursorPosition اعمل تحقق اذا لاعب ضغط الزر اليمين للمواس يعمل تتحقق اذا لاعب كان لامس البنل اذا تحقق شرط تجيب احداث الماوس و تنقل البنل عند احداث الماوس --------- استخدم مع اول حدث getKeyState( "mouse2" ) == true ther