Jump to content

' A F .

Members
  • Posts

    2,156
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by ' A F .

  1. 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)
  2. سكربت راح مارشميلو <3 , وأصل حبيبي
  3. guiGetText triggerServerEvent getAccount setAccountData
  4. 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 )
  5. اذا تبيه يحفظ على الحساب فـ استخدم setAccountData getAccountData
  6. يب بس تختار ي تستخدمها بـ executeSQLQuery أو setAccountData + getAccountData او getElementData + setElementData ^ هاذي عشان تحفظ التاج فيه .
  7. شخص غريب انت مره تنشر مود لهم ومره تنشر مقطع لهم . , بالتوفيق
  8. عشان تجيب ساعات اللاعب استخدم getElementData spilt
  9. اللي انتشر ffs اتوقع و الله اعلم ذا حق. وخلاص ياشباب العمل الخيري وقف خلص رمضان السنه الجايه نلتقي ان شاء الله مثله .
  10. سوي exports من مود الـ guimessage
  11. العفو حياك الله , في اي وقت
  12. الكلام ما يظهر شات تيم اساسا انا جربته وظبط .
  13. خلي ال song.mp3 بين سترنق تكون هيك "song.mp3"
  14. 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 ) لم يتم التجربة ------ اذا ماظبط اطرح لي الكلنت كآمل .
  15. يعني الكود الي تبيه يصير لـ القاتل ..
  16. getLocalPlayer Client Only !! onPlayerLogin and onPlayerLogout Server Only !!
  17. guiGridListAddRow guiGridListSetItemText guiGridListSetItemData guiGridListGetSelectedItem guiGridListGetItemData isElement destroyElement playSound
  18. -- # 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)
  19. لا ي حبيبي مسوي لي نظام مخالفات ومو عارف تسوي كلام بـ الشات تزويد مشاركات ع الفاضي ..
  20. حياك الله / وضح مافهمت يعني تبي ابرمج المود ؟؟
×
×
  • Create New...