-
Posts
379 -
Joined
-
Last visited
-
Days Won
4
Everything posted by Ram,
-
(للبيع) Cover System - مود الإحتماء مثل جي تي إي 5 !! ( Like GTA V ) - New !
Ram, replied to Ram,'s topic in Arabic / العربية
تم تحديث السعر .. إلى 20 دولار أمريكي فقط .. -
PRICE UPDATED!
-
I was looking for a GTA V Radar .. But the same result ... It's not 100% the same.. I found a close one for myself, if you liked it , i can send you the script link for free! ? This is just a video i'm showing the radar in: https://i.top4top.io/m_1494h6yab1.mp4
-
(للبيع) Cover System - مود الإحتماء مثل جي تي إي 5 !! ( Like GTA V ) - New !
Ram, replied to Ram,'s topic in Arabic / العربية
شكراً على النصيحة، لكنني متأكد ان المود والأنميشنات كويسه ، مشكور جداً ، -
I'm really sorry .. I will try with google drive! Thanks for your advice, i appreciate it ?
-
(للبيع) Cover System - مود الإحتماء مثل جي تي إي 5 !! ( Like GTA V ) - New !
Ram, replied to Ram,'s topic in Arabic / العربية
كل الإحترام والتقدير ... -
Yep Which virus? ?
-
Salut, J'ai développé le système de couverture, exactement comme GTA V, il fonctionne en appuyant sur (X), lorsque vous prenez une couverture et que votre santé est inférieure à 50%, vous obtenez la santé jusqu'à ce que vous atteigniez 50% de la santé. FOR SELL-À vendre , ( $35 USD ) - PayPal SEULEMENT! Vidéos du mod :- https://i.top4top.io/m_1494h6yab1.mp4 https://a.top4top.io/m_149469gf01.mp4 https://c.top4top.io/m_1494ybo6x1.mp4 AVIS: Si vous voulez l'acheter avec tous les droits et que personne ne peut l'acheter sauf vous, c'est ( 40$ USD ).
- 1 reply
-
- 1
-
السلام عليكم , قمت بتطوير مود إحتماء مثل جي تي إي 5 بالضبط , قم بمشاهدة الفيديوهات بالأسفل للتعرف على المود , وأيضاً لو قمت بالإحتماء ودمك أقل من 50 بالمئة , سيتم زيادة دمك حتى وصولك إلى 50 بالمئة من الدم .. للبيع , x( $20 دولار أمريكي ) - PayPal فقط! فيديوهات للمود :- https://i.top4top.io/m_1494h6yab1.mp4 https://a.top4top.io/m_149469gf01.mp4 https://c.top4top.io/m_1494ybo6x1.mp4 ( $25 دولار أمريكي )x ملاحظة: إذا كنت تريد شراء المود مع كامل حقوقه , أي مثلاً لا أحد يستطيع شراؤه غيرك أو تحويله لملكيتك الخاصة , بسعر
-
Hi, I've developped the cover system , exactly like GTA V , it's working by pressing ( X ) , when you take a cover and your health is under 50% , you will get health until you reach 50% of health. FOR SELL , ( $20 USD ) - PayPal ONLY! Videos of the mod :- https://i.top4top.io/m_1494h6yab1.mp4 https://a.top4top.io/m_149469gf01.mp4 https://c.top4top.io/m_1494ybo6x1.mp4 NOTICE: If you want buy it with all the rights , and no-one can buy it but you , it's ( $25 USD ).
-
New WnashTime || حصصريات وناسة تايم
Ram, replied to ععيونككء اخخر امممأليء ^'s topic in Arabic / العربية
شكرا على الملاحظة، سيتم اصلاحها بأقرب وقت ممكن -
New WnashTime || حصصريات وناسة تايم
Ram, replied to ععيونككء اخخر امممأليء ^'s topic in Arabic / العربية
تم إضافة Teams War إسسستعراض المود ( إضغط هنا ) -
I will. Thanks!
-
When my friend tried to connect to a server, MTA kicked him with his message: VF #2 090500000 Can anyone help me or give me a solution? Thanks all.
-
تمام , كنت بشغل جهازي واجربها وأرسلك بس دامك سويتها خلاص
-
وريني الكود بعد ماضفت التايمر ؟؟
-
setTimer(function() setPedControlState( _myPed , 'fire' , true ) end,600,0) Try
-
setPedControlState( _myPed , 'action' , true )
-
لما تبي تضيف كلام جديد نعتبر إن انت معطي الكلام الجديد متغير : NewText شف وش بنسوي local NewText = guiGetText(X) -- لا تنسى تحط متغير المصدر الي بتجيب منه الكلام الي تبيه يجي بالميمو مع القديم local OldText = guiGetText(XX) -- لا تنسى تحط متغير الميمو , يعني الي تبي تحط فيه الكلام القديم والجديد guiSetText(XX,OldText.." \n"..NewText) -- لا تنسى تحط متغير الميمو , الي تبي تحط فيه الكلام الجديد والقديم = XX
-
لازم تحط المنت داتاع الكول شيب عشان يتحقق اذا هي البداية ولا لا
-
@ Server Side :- xCol = createColRectangle (-3655,-3166.0693359375,379.03997802734,300) xRadar = createRadarArea (-3655,-3166.0693359375,379.03997802734,300,255,191,0,200,root) addEventHandler("onColShapeHit",resourceRoot,function (element) if ( getElementType(element) == "vehicle" ) then destroyElement(element) elseif ( getElementType(element) == "player" ) then toggleControl (element,"fire",false) toggleControl (element,"action",false) toggleControl (element,"aim_weapon",false) local value = true triggerClientEvent(element,"SetTheProtectionFromDamage",element,value) end end) addEventHandler("onColShapeLeave",resourceRoot,function (element) if ( getElementType(element) == "player" ) then toggleControl (element,"fire",true) toggleControl (element,"action",true) toggleControl (element,"aim_weapon",true) local value = false triggerClientEvent(element,"SetTheProtectionFromDamage",element,value) end end) @ Client Side :- function setEventOnDamage(value) if ( source == localPlayer ) then if ( value == true ) then addEventHandler("onClientPlayerDamage",source,onClientDamage) elseif ( value == false ) then removeEventHandler("onClientPlayerDamage",source,onClientDamage) end end end addEvent("SetTheProtectionFromDamage",true); addEventHandler("SetTheProtectionFromDamage",root,setEventOnDamage) function onClientDamage() cancelEvent( ) end Try ,
-
Result : map = nil Tip : source = player Correction : setPedGravity(source,0.008)