Jump to content

Jey

Members
  • Posts

    479
  • Joined

  • Last visited

Everything posted by Jey

  1. حلو بس هات رام 6 احسن و كارت الشاشة خليها nVidia GeForce GTX 650 Ti لو ما معك فلوس تجيب رام 6 خالص خلك 4 و شوف كارت شاشة حلو
  2. صراحة بـشتري توشبا اشوفهه افضل شي الان بالنسبة للمعالج لو جبت i3 كويس ؟ .. لو بتلعب العاب مثل راح يكون خايس لو بتلعب العاب ثقيلة يعني في mta 100% بس لو انت قيمر او كذا ما ينفع خااااااالص
  3. وش ال مو معروفة ؟ مو معروفة في مجتمعنا العربي لاكن في اوروبا شوف و انا قلت الجهاز حقي i3 ما قلت لة تشتري i3 بقول يشتري i7 او i5
  4. بسم الله الرحمن الرحيم #كفاية_هجولة_تفحيط شفت علي اليوتيوب حوادث مدري درباوين المهم جات لي فكرة سويت فيديو اوري الناس ال تسوي هجولة في المستقبل وش راح يصير فيها المهم الفيديو: https://www.youtube.com/watch?v=ygTdX2CSTko
  5. انصحك ب Lenovo معي لاب lenovo و صار لة معي اكتر من 5 سنين نفس الموصفات ال كنت كتبها هارد 500 i3 4 gb رمات بس لا تجيب زيا هات شئ احدث عشان يعيش معاك مو كل شوي تغير شوف شركة لينوفو
  6. بتوفيق بس اعتقد ان ما في شئ جديد يمكن كام وظيفة
  7. Jey

    طلب كود

    تسلم يالحب
  8. بسم الله الرحمن الرحيم السلام عليكم ابي كود ال Rotationال هو يتحكم في الشخصية او سباون السيارة
  9. طيب هذا يعني انة القسم غلط اكيد المشرف ما راح ينقلو كذا يعني من غير سبب +
  10. ...ليس القسم الخطأ اعتقد القسم ال كان محطوط ب الموضوع قسم البرمجة و هو طالب شيئ عن ال TXD مو برمجة ثانية لو القسم مو غلط ليش نقلتو ؟
  11. قسم غلط + http://www.gulfup.com/?8X1sEa تفضل
  12. ما حد بيشتري عشان مودتكم مودات جراند العرب و مودات جراند العرب كلها اتنشرت
  13. بسم الله الرحمن الرحيم السلام عليكم ابي القناة او الشات مدري اال اقدر اسوي فيها شكوة علي مشرف
  14. ههههههههههههههههههههههههههههههههه ما عليك من عنوان الفيديو هههههههههههههه
  15. اقولك السكن لما تموت و تسوي رسبون راح يتغير السكان تبعك و الوقت لما يموت كام ثانية يقعد عشان يروح المقر وصلت ؟ و خذ الكود onWasted = function() if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Players' and getElementData ( source , "Group" ) == groupName then function sp( source ) setPedSkin( source, 0 ) setElementPosition( source, 2236,1675,1009 ) setPedArmor( source, 100 ) end setTimer(sp,1000,1,source) end end addEventHandler ( "onPlayerSpawn", getRootElement(), onWasted ) setPedSkin : This function is deprecated. This means that its use is discouraged and that it might not exist in future versions. Please use setElementModel instead. لازم تستخدم setElementModel علشان السكن . وانت حطيت setPedSkin(source,0) -- هذا راح يحط له سكن سي جي , والمطلوب أنه يحفظ السكن اللي خسره وهذا كود التعديل onWasted = function() if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Players' and getElementData ( source , "Group" ) == groupName then function sp( source ) playerskin = getElementModel(source) setElementModel( source, playerskin ) setElementPosition( source, 2236,1675,1009 ) setPedArmor( source, 100 ) end setTimer(sp,1000,1,source) end end addEventHandler ( "onPlayerSpawn", getRootElement(), onWasted ) يمكن اكون فهمت غلط شكرا لتعديلك
  16. اقولك السكن لما تموت و تسوي رسبون راح يتغير السكان تبعك و الوقت لما يموت كام ثانية يقعد عشان يروح المقر وصلت ؟ و خذ الكود onWasted = function() if getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'Players' and getElementData ( source , "Group" ) == groupName then function sp( source ) setPedSkin( source, 0 ) setElementPosition( source, 2236,1675,1009 ) setPedArmor( source, 100 ) end setTimer(sp,1000,1,source) end end addEventHandler ( "onPlayerSpawn", getRootElement(), onWasted )
  17. فنكشنات صراحة مدري هذي هي ولة لا بس بنشوف اعتقد في اشيئ ناقصة getPlayerTeam getElementData setElementPosition getTeamName setPedSkin setTimer
  18. اوكي مشكور اشتغل
  19. حطيته بس نفس المشكلة يشتغل لما اشغل المود‬‎ تأكد من اسم النآآفذة function loginPanel() -- Check if autologin is enabled - If yes, then log the player in, else create and show the userpanel local xmlFile = xmlLoadFile(xmlFileName) if xmlFile then status = xmlNodeGetAttribute(xmlFile,"autologin") if (status == "true") then local username = tostring(xmlNodeGetAttribute(xmlFile,"username")) local password = tostring(xmlNodeGetAttribute(xmlFile,"password")) if not (username == "") and not (password == "") then setTimer(triggerServerEvent, 1000, 1, "onRequestAutologin",player,username,password) end else if blackLoginScreen == true then fadeCamera(false,0,0,0,0) end mainWindow = guiCreateWindow(screenWidth/2-mainWidth/2,screenHeight/2-mainHeight/2,mainWidth,mainHeight,"Login panel",false) guiSetVisible(mainWindow, false) mInfo = guiCreateMemo(21,36,411,278,infoText,false,mainWindow) guiMemoSetReadOnly(mInfo,true) guiWindowSetSizable(mainWindow,false) editUsername = guiCreateEdit(53,364,187,25,"",false,mainWindow) guiEditSetMaxLength(editUsername,30) editPassword = guiCreateEdit(53,421,187,25,"",false,mainWindow) guiEditSetMaxLength(editPassword,30) guiEditSetMasked(editPassword,true) lblUsername = guiCreateLabel(67,330,158,38,"Username:",false,mainWindow) guiLabelSetColor(lblUsername,255,0,0) guiLabelSetVerticalAlign(lblUsername,"center") guiLabelSetHorizontalAlign(lblUsername,"center",false) guiSetFont(lblUsername,"default-bold-small") lblPassword = guiCreateLabel(67,389,158,38,"Password:",false,mainWindow) guiLabelSetColor(lblPassword,255,0,0) guiLabelSetVerticalAlign(lblPassword,"center") guiLabelSetHorizontalAlign(lblPassword,"center",false) guiSetFont(lblPassword,"default-bold-small") btnLogin = guiCreateButton(280,368,242,74,"Login",false,mainWindow) guiSetFont(btnLogin,"sa-header") btnToggleRegister = guiCreateButton(548,368,168,74,"Register",false,mainWindow) guiSetFont(btnToggleRegister,"default-bold-small") registerWindow = guiCreateWindow(screenWidth/2-regWidth/2,screenHeight/2-regHeight/2,regWidth,regHeight,"Registration",false) guiWindowSetSizable(registerWindow,false) editRegistrationUsername = guiCreateEdit(98,138,242,25,"",false,registerWindow) editRegistrationPassword = guiCreateEdit(98,195,242,25,"",false,registerWindow) guiEditSetMasked(editRegistrationPassword,true) editRegistrationRepeatPassword = guiCreateEdit(99,252,242,25,"",false,registerWindow) guiEditSetMasked(editRegistrationRepeatPassword,true) lblRegister = guiCreateLabel(24,24,391,97,"Register",false,registerWindow) guiLabelSetColor(lblRegister,0,85,255) guiLabelSetVerticalAlign(lblRegister,"center") guiLabelSetHorizontalAlign(lblRegister,"center",false) guiSetFont(lblRegister,"sa-gothic") lblRUsername = guiCreateLabel(98,113,242,17,"Username:",false,registerWindow) guiLabelSetColor(lblRUsername,0,85,255) guiLabelSetVerticalAlign(lblRUsername,"center") guiLabelSetHorizontalAlign(lblRUsername,"center",false) guiSetFont(lblRUsername,"default-bold-small") lblRPassword = guiCreateLabel(98,171,242,17,"Password:",false,registerWindow) guiLabelSetColor(lblRPassword,0,85,255) guiLabelSetVerticalAlign(lblRPassword,"center") guiLabelSetHorizontalAlign(lblRPassword,"center",false) guiSetFont(lblRPassword,"default-bold-small") lblRepeatPassword = guiCreateLabel(98,230,242,17,"Repeat password:",false,registerWindow) guiLabelSetColor(lblRepeatPassword,0,85,255) guiLabelSetVerticalAlign(lblRepeatPassword,"center") guiLabelSetHorizontalAlign(lblRepeatPassword,"center",false) guiSetFont(lblRepeatPassword,"default-bold-small") btnCancel = guiCreateButton(232,292,179,38,"Cancel",false,registerWindow) guiSetFont(btnCancel,"default-bold-small") btnConfirmRegistration = guiCreateButton(29,292,179,38,"Confirm & register!",false,registerWindow) guiSetFont(btnConfirmRegistration,"default-bold-small") guiCreateStaticImage(440,23,300,345,"images/logo.jpg",false,mainWindow) guiSetVisible(mainWindow, true) guiSetVisible(registerWindow, false) guiSetInputEnabled(true) showCursor(true) addEventHandler("onClientGUIClick",btnLogin,onClickLogin) addEventHandler("onClientGUIClick",btnToggleRegister,onClickRegisterToggle) addEventHandler("onClientGUIClick",btnPlayAsGuest,onClickGuest) addEventHandler("onClientGUIClick",btnConfirmRegistration,onClickRegisterConfirm) addEventHandler("onClientGUIClick",btnCancel,onClickCancel) addEventHandler("onRequestIncreaseAttempts",getRootElement(),increaseAttempts) setTimer(guiSetVisible,7000,1,mainWindow,true)
×
×
  • Create New...