Jump to content

' A F .

Members
  • Posts

    2,156
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by ' A F .

  1. العفو حياك الله
  2. dxDrawText(string.format("#ffffff*( #FF4000Best Drift #ffffff)*:#ffffff %s : %d ",global_nombre,global_mejor),40,screenHeight-29,screenWidth,screenHeight,Blue,1,myFont,"left","top",false,false,false,true)
  3. سكربت راح مارشميلو <3 , وأصل حبيبي
  4. guiGetText triggerServerEvent getAccount setAccountData
  5. addEventHandler("onClientRender", root, function() local Hours = split ( getElementData ( localPlayer , "PlayTime" ) , ":" ) dxDrawText(Hours[1] == nil and "Hours is : 0" or "Hours is : "..Hours[1], 56, 224, 261, 248, tocolor(255, 255, 255, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false) end )
  6. اذا تبيه يحفظ على الحساب فـ استخدم setAccountData getAccountData
  7. يب بس تختار ي تستخدمها بـ executeSQLQuery أو setAccountData + getAccountData او getElementData + setElementData ^ هاذي عشان تحفظ التاج فيه .
  8. شخص غريب انت مره تنشر مود لهم ومره تنشر مقطع لهم . , بالتوفيق
  9. عشان تجيب ساعات اللاعب استخدم getElementData spilt
  10. اللي انتشر ffs اتوقع و الله اعلم ذا حق. وخلاص ياشباب العمل الخيري وقف خلص رمضان السنه الجايه نلتقي ان شاء الله مثله .
  11. onPlayerChat string.find
  12. سوي exports من مود الـ guimessage
  13. العفو حياك الله , في اي وقت
  14. الكلام ما يظهر شات تيم اساسا انا جربته وظبط .
  15. خلي ال song.mp3 بين سترنق تكون هيك "song.mp3"
  16. for i , v in ipairs ( Songs ) do Row = guiGridListAddRow ( gridlist2 ) guiGridListSetItemText( gridlist2,Row ,cow1,v[1],false,false) guiGridListSetItemText( gridlist2,Row ,cow2,v[2],false,false) guiGridListSetItemData ( gridlist2 , Row , cow2 , v[2] ,false,false) end addEventHandler("onClientGUIClick",resourceRoot, function ( ) if source == song then local Se = guiGridListGetSelectedItem( gridlist2 ) local Song = guiGridListGetItemData ( gridlist2 , Se , cow2 ) if ( isElement ( Song_ ) ) then destroyElement ( Song_ ) end Song_ = playSound ( tostring ( Song ) , true ) end end ) لم يتم التجربة ------ اذا ماظبط اطرح لي الكلنت كآمل .
  17. يعني الكود الي تبيه يصير لـ القاتل ..
  18. getLocalPlayer Client Only !! onPlayerLogin and onPlayerLogout Server Only !!
  19. guiGridListAddRow guiGridListSetItemText guiGridListSetItemData guiGridListGetSelectedItem guiGridListGetItemData isElement destroyElement playSound
  20. -- # Server Side addEventHandler ( "onPlayerWasted", root, function ( _, attacker ) if ( attacker and attacker ~= source and isElement ( attacker ) ) then setElementHealth ( attacker, getElementHealth ( attacker ) + 35 ) triggerClientEvent ( attacker , "dxText" , attacker ) end end ) -- # Client Side addEvent("dxText",true) addEventHandler("dxText",root, function ( ) -- Your Code end)
  21. استخدم triggerClientEvent
  22. لا ي حبيبي مسوي لي نظام مخالفات ومو عارف تسوي كلام بـ الشات تزويد مشاركات ع الفاضي ..
  23. حياك الله / وضح مافهمت يعني تبي ابرمج المود ؟؟
×
×
  • Create New...