Jump to content

' A F .

Members
  • Posts

    2,156
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by ' A F .

  1. جرب هاذا addEventHandler ( "onClientGUIClick" , root , function ( ) if ( source == b1 ) then setElementData ( localPlayer , "tent" , 1 ) local Money_ = ( getElementData ( localPlayer , "Money" ) or 0 ) if ( Money_ >= 200000 ) then setElementData ( localPlayer , "Money" , Money_ - 200000 ) else outputChatBox ( "You Don't Have enought Money",255,0,0,true) end end end );
  2. تأكد ان الاكواد في جانب السيرفر
  3. بكود getPlayerName الـ p ماهي معرفة . Edit : طيب وش يقولك الدي بق اذا الكود حقي م اشتغل .
  4. الكود الاول يتحقق لو انك مشغل الاغنية يطفيها لك . والكود الثاني يشغل لك الاغنية .
  5. marker = createMarker(1,1,4,"cylinder",1.5,0,255,0,255) addEventHandler ( "onMarkerHit" , root , function ( Hit ) if ( source == marker and getElementType ( Hit ) == "player" ) then setElementData ( resourceRoot , "ChatLocked" , true ) outputChatBox ( "تم اغلاق الشات" , Hit ) end end ) addEventHandler ( "onMarkerLeave" , root , function ( Hit ) if ( source == marker and getElementType ( Hit ) == "player" ) then setElementData ( resourceRoot , "ChatLocked" , false ) outputChatBox ( "تم فتح الشات" , Hit ) end end )
  6. ^ مو مشكلة لو حط سورس لان السورس بالحدث الي انظغط عليه دبل كلك وهو مسوي تحقق if ( source === .... ) then
  7. مود رائع جداً , تشكر عليه ي بطل
  8. guiGridListAddPlayers onClientGUIClick guiGridListGetSelectedItem guiGetText getPlayerFromName triggerServerEvent outputChatBox -- لو تبيها بـ الشات ..
  9. https://github.com/MoDeR2014/MTA_Airstrike
  10. مود رأئع ي صديقي , بالتوفيق
  11. مود رائع , استمر , ان شاء الله نشوفك من كبار المبرمجين : )
  12. getElementHealth+ math.floor showPlayerHudComponent
  13. ^ يستخدم الجدأول احسن + guiGridListAddRow guiGridListSetItemText guiGridListSetItemData onClientGUIClick guiGridListGetSelectedItem guiGridListGetItemData + unpack setElementPosition
  14. @Me[Z]oO ماوضحت لك زيادة انا سوي اوبجكجت وخلي الشفافية 0 وحط البيد عليه وانتهينا ذذ
  15. مود رآئع استاذ كور , أهنيك جداً , بالتوفيق ي حيآتي
×
×
  • Create New...