-
Posts
2,935 -
Joined
-
Last visited
-
Days Won
44
Everything posted by ^iiEcoo'x_)
-
مع الأحرف و نقاطهن ( في , نقطة ; صورة ) يلا سوي اندومي , صوله لي فيديو . انت طلبت الصورة كاملة .
-
addEventHandler 'onPlayerChat' getPlayerAccount isGuestAccount outputChatBox cancelEvent
- 32 replies
-
- help
- guestaccount
-
(and 2 more)
Tagged with:
-
يسمنو إيديك , كيف احط الحسابات في اليستة ذي ؟ https://www.w3schools.com/howto/howto_js_filter_lists.asp طريقة استخرجاهن اعرف , بس كيف احطهن بيها م ادري
-
HTML السلام عليكم , كيف أحظر حساب سويته عن طريقة و كيف أفك حظره ؟ اذا انحظر ما يقدر يخش بالحساب *
-
❤ هـام جداً , ومفاجئة كبيرة , نعلن عنها اليوم ❤
^iiEcoo'x_) replied to salah7boss's topic in القسم العام
الله صلي و سلم على سيدنا محمد -
خلوه بحاله , هو الخسران .
-
لا يحلو , انقل 3 بنفس الوقت ,ينتقل الاول والثانين ما ينتقلو , يظهر خطأ . هلا ي محترم .
-
إذا قصدك , إنه بتطلع الرسالتين مع بعض بنفس الوقت ف التعديل يكون ع سطر 4 أظن .
-
* [ New ] [ Map ] [ v.Beta ] [ F11 خريطة بديلة لـ ]
^iiEcoo'x_) replied to AHMED MOSTAFA's topic in المساهمات
مسويلك خريطة بديلة , زي اف 11 , بيجيب لك الاعبين في الخريطة , مش صورة بس -
رآحو الطيبين
-
* [ New ] [ Map ] [ v.Beta ] [ F11 خريطة بديلة لـ ]
^iiEcoo'x_) replied to AHMED MOSTAFA's topic in المساهمات
, لأ -
, بالأخير يجيه ( 2 ) زوار ; واحد يكون أدمن و واحد يكون إبن خاله .
-
أخوي ; يمنع المشاركات المزدوجة .
-
يوو نسيت احط الأقواس . function checkArmor ( ) value = false if getPedArmor ( localPlayer ) >= 15 then value = true triggerServerEvent ( 'getArmor' , localPlayer , getPedArmor ( localPlayer ) - 15 ) elseif getPedArmor ( localPlayer ) < 15 then triggerServerEvent ( 'getArmor' , localPlayer , 0 ) value = true elseif getPedArmor ( localPlayer ) == 0 then value = false end return value end function zombieattack ( attacker, weapon, bodypart ) if (attacker) then if getElementType ( attacker ) == "ped" then if (getElementData (attacker, "zombie") == true) then local playerHealth = getElementHealth ( getLocalPlayer() ) if ( checkArmor ( ) == true ) then return end if playerHealth > 15 then setElementHealth ( source, playerHealth - 15 ) else triggerServerEvent ("playereaten", source, source, attacker, weapon, bodypart ) end end end end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), zombieattack )
-
إبحث بالقسم عن وظيفة getPlayerTime !
-
العفو # function checkArmor ( ) value = false if getPedArmor ( localPlayer ) >= 15 then value = true triggerServerEvent ( 'getArmor' , localPlayer , getPedArmor ( localPlayer ) - 15 ) elseif getPedArmor ( localPlayer ) < 15 then triggerServerEvent ( 'getArmor' , localPlayer , 0 ) value = true elseif getPedArmor ( localPlayer ) == 0 then value = false end return value end function zombieattack ( attacker, weapon, bodypart ) if (attacker) then if getElementType ( attacker ) == "ped" then if (getElementData (attacker, "zombie") == true) then local playerHealth = getElementHealth ( getLocalPlayer() ) if ( checkArmor == true ) then return end if playerHealth > 15 then setElementHealth ( source, playerHealth - 15 ) else triggerServerEvent ("playereaten", source, source, attacker, weapon, bodypart ) end end end end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), zombieattack ) جرب كذا , منا قآدر أركبها بمخي
-
موضوع فيه الكود الي طلبته : https://forum.multitheftauto.com/topic/90442-طلب-في-لوحة-الترقيات/?do=findComment&comment=820429
-
الأرقيمنت الثالث بتختار المقعد الي بتحط اللاعب فيه , اما اذا كان قصدك تحطهم بنفس المقعد , فما ينفع , رح يعطيك أخطاء بالدي بق
-
function zombieattack ( attacker, weapon, bodypart ) if (attacker) then if getElementType ( attacker ) == "ped" then if (getElementData (attacker, "zombie") == true) then local playerHealth = getElementHealth ( getLocalPlayer() ) if getPedArmor ( localPlayer ) > 15 then triggerServerEvent ( 'getArmor' , localPlayer , getPedArmor ( localPlayer ) - 15 ) else triggerServerEvent ( 'getArmor' , localPlayer , 0 ) return end if playerHealth > 15 then setElementHealth ( source, playerHealth - 15 ) else triggerServerEvent ("playereaten", source, source, attacker, weapon, bodypart ) end end end end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), zombieattack ) -- add this to server side. addEvent ( 'getArmor' , true ) addEventHandler ( 'getArmor' , root , function ( Value ) setPedArmor ( source , Value ) end )
