Jump to content

+Source|>

Members
  • Posts

    1,388
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by +Source|>

  1. لا خلاص مشكور لا لو سويت الصوره اول بعدين الزر وضغطت على الصوره رح ترجع فوق
  2. الحين انا مسوي لوحة وسويت خلفيه للوحه صوره ابي الصوره ذي تكون ورا الأزرار المشكله انها تجي فوق الأزرار
  3. طيب انا مو لاقي حق نصور دورته وين القاه ؟
  4. كيف اضيف الساعات في سكور بورد تكتيك
  5. دور على setElementHealth(source, 0)
  6. اذا تبي مساعده طال عمرك روح لواحد يكون عنده امانه في الخاص وكلمه وارسله المود يعدله بك انا امين ضض
  7. حط الكود ذا في مود التاجات
  8. يعني ذي احطها بمود التكتيك؟
  9. وينه طيب دورته ما لقيته
  10. مساعده لو سمحتم if getElementData( source,'PlayTime' ) >= "50" then outputChatBox( "#aa0000 [ H.D Ranks ]#00ff00 ! بنجاح x Trial x تم شراء رتبة ", source, 0, 0, 0, true ) playSoundFrontEnd( source, 45 ) takePlayerMoney( source, 150000 ) aclGroupAddObject( aclGetGroup( "Trial" ), "user."..accName ) else outputChatBox( "#aa0000 [ H.D Ranks ]#ff0000 ! أنت لا تملك وقت كـافي ", source, 0, 0, 0, true ) end ابي لو معه اكثر من 50 ساعه يشتري رتبه المشكله اذا عطيته 50 ساعه يقدر يشتري للي ب 100 ساعه
  11. ابي اسوي تريقر لمود التكتيك بحيذ يظهر الساعات في التاب exports["tactics/modes/arena"]:setTabboardColumns('PlayTime') وش اسوي؟
  12. وجهة نظر حلوه والله وانا احترمها وانا معك فيها ضض
  13. --client addEventHandler('onClientGUIClick',root, function() local Tag = guiGetText ( GUIEditor.edit[1] ) if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer, Tag) end end) --server addEvent("ow",true) addEventHandler("ow",root, function( Tag ) outputChatBox(Tag, root, 255,255,255,true) end ) جرب
  14. تأكد من اسم الايديت بوكس
  15. getElementDimension triggerServerEvent outputChatBox if - end
  16. addEventHandler("onClientGUIClick",root, function () if source == b1 then guiSetText( ايديت بوكس, "Welcome" ) end end )
  17. --client addEventHandler('onClientGUIClick',root, function() local Tag = guiGetText ( GUIEditor.edit[1] ) if (source == GUIEditor.button[3]) then triggerServerEvent("ow", localPlayer, Tag) end end) --server addEvent("ow",true) addEventHandler("ow",root, function( Tag ) outputChatBox(Tag,255,255,255,true) end )
  18. جرب addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == GUIEditor.button[1] ) then if isPlayerHudComponentVisible("money") == true then setPlayerHudComponentVisible( "weapon", false ) setPlayerHudComponentVisible( "armour", false ) setPlayerHudComponentVisible( "health", false ) setPlayerHudComponentVisible( "ammo", false ) setPlayerHudComponentVisible( "clock", false ) setPlayerHudComponentVisible( "money", false ) setPlayerHudComponentVisible( "wanted", false ) setPlayerHudComponentVisible( "breath", false ) end end end )
  19. ما ينفع اوامر اللعبه ما تصير
×
×
  • Create New...