Jump to content

#Al-Ha[J]aRii

Members
  • Posts

    482
  • Joined

  • Last visited

Everything posted by #Al-Ha[J]aRii

  1. جربت كلهم ترو function drawText() -- A function to draw the text we want dxDrawText("Start", 30, 100, 500, 306, tocolor(rr, gg, bb, 255), 1.5, "bankgothic", "left", "top", true, true, true, true, true) end
  2. عندك غلط في السيرفر انت حاط triggerServerEvent("givingMoney", localPlayer) المفروض triggerClientEvent + الايفنت onClient
  3. function drawText() -- A function to draw the text we want dxDrawText("Start", 30, 100, 500, 306, tocolor(255, 255, 255, 255), 1.5, "bankgothic", "left", "top", false, false, false, true, false) end edit: dxDrawText ( "text", float left, float top , float right=left, float bottom=top, int color=white, float الحجم=1, mixed font="default", string alignX="left", string alignY="top", bool clip=false, bool wordBreak=false, bool postGUI=false,--false فوق كل النوافذ خله postGUI bool colorCoded=false, bool subPixelPositioning=false ] ) ابدل الكود كامل بالجديد ؟ مافهمت الاكواد زين جربته وفيه خطأ مافهمته
  4. Hi Guys Is There any Code show the button?
  5. اخوي انت مستخدم getRootElement() وش الفايده اذا الكل عرف ان هذا الاعب دخل الساحه وفيه ناس تححب التخريب تطلع وتدخل بـ الكول وبيطلع بـ الشات الف مره ويخرب ذذ فـ لو تخليها source احسن شكرآ عـلـى التـنــبـيه نـسـيـت -_-" و تــم الــتـعـديـل كــوبـي بـسـت -_-"؟
  6. local Sphere = createColSphere ( x, y, z, 1 ) function Sphere_Enter ( thePlayer, matchingDimension ) if getElementType ( thePlayer ) == "player" then local namePlayer = getPlayerName ( thePlayer ) outputChatBox (You Are namePlayer.." join the zone!",source, 255, 255, 109 ) end end addEventHandler ( "onColShapeHit", Sphere, Sphere_Enter) function Sphere_Exit ( thePlayer, matchingDimension ) if getElementType ( thePlayer ) == "player" then if isPlayerDead ( thePlayer ) ~= true then takeAllWeapons( thePlayer ) local namePlayer = getPlayerName ( thePlayer ) outputChatBox (You Are namePlayer.." left the zone!", source, 255, 255, 109 ) end end end addEventHandler ( "onColShapeLeave", Sphere, Sphere_Exit )
  7. + guiSetFont ممكن تعطيني وياه كامل guiSetFont ( اسم اليبل, "sa-header" )
  8. انت لاتتفلسف واجد لين جربت بعدين تعال قول لاتتفلفس لاتغير مسار الموضوع يعني لو تشيل الانفو حق الميتا بيضبط مثلا ؟ جبت شيء جديد # انا لين احط الانفو يصير غلط يقول لي في اف8 Faild load resource حق الشخصيات
  9. انت لاتتفلسف واجد لين جربت بعدين تعال قول لاتتفلفس لاتغير مسار الموضوع
  10. سطر 3؟ آي انا جبت العييد,,بحط تآيمر يعني آبي الكميرا شوي وتروح function MarkerHit(player) setCameraMatrix( 1700.916015625, -1222.2224121094, 280.87817382813 ); setTimer ( setCameraMatrix, 1000, 1,player); end; addEventHandler("onClientMarkerHit",Marker, MarkerHit);
  11. لول لو هو كود شان شفت له لون -_-"
  12. ليه تشوفه عطاني شيء كآمل ؟؟ انا ما قلت قلي وش معناها آنآ آبي اعرف كيف اسويها,, يعني مثلا addEventHanlder("onClientGUIClick", root, function () if ( source == button ) then guiSetVisible (wnd, false) end ) + math.random الي اعرفه انها تستخدم في التلوين,, مثلآ : guiLabelSetColor ( LBL, math.random(0, 255), math.random(0, 255), math.random(0, 255) ) مو فقط في التلوين
  13. لول انت امسويه؟؟ انا سويته لك في موضوع انت طلبت فيه ماركر ينتقل
  14. جــرب function() local Sphere = createColSphere ( x, y, z, 1 ) then ------ الاحداثيات x y z guiSetVisible ( اسم النافدة, true ); showCursor(true); function Sphere_Enter ( thePlayer, SphereDimension ); if getElementType ( thePlayer ) == "player" then local name = getPlayerName ( thePlayer ); outputChatBox ( name.." دخل الساحة!", getRootElement(), 255, 255, 109 ); end; end; addEventHandler ( "onColShapeHit", Sphere , Sphere_Enter ); function Sphere_Exit ( thePlayer, SphereDimension ); if getElementType ( thePlayer ) == "player" then if isPlayerDead ( thePlayer ) ~= true then guiSetVisible ( اسم النافدة, false ); showCursor(false); local name = getPlayerName ( thePlayer ); outputChatBox ( name.." خرج من الساحة!", getRootElement(), 255, 255, 109 ); end; end; end; addEventHandler ( "onColShapeLeave", Sphere, Sphere_Exit ); لين تبي ياخد اسلحة الاعب استخدم الوظيفه takeAllWeapons ----- سيرفر فقط .! و سو لها ترايقر سيرفر
×
×
  • Create New...