Jump to content

Simple.

Members
  • Posts

    1,004
  • Joined

  • Days Won

    1

Everything posted by Simple.

  1. https://mediatemple.net/community/products/dv/204643160/how-do-i-change-the-time-zone-on-my-server تخلي ال timezone حق الخادم بتوقيت السعودية
  2. التايمر الي في الكلنت يكون وهمي يعني فاضي بس عشان تجيب الوقت او فيه طريقة ثانية تستخدم https://wiki.multitheftauto.com/wiki/Textdisplay وتحدث النص كل ثانية
  3. اذا بتسوي تريقر كل ثانيه اكيد يسبب لاق فيه طريقة يمكن تضبط انك اول ماتسوي التايمر ترسل تريقر للكلنت ثم تسوي تايمر فاضي بنفس الوقت الي سويته في جهة السيرفر واذا خش لاعب ترسل تريقر وتسوي تايمر بالمدة الباقية من التايمر
  4. إذا استخدمت الفنكشن في السيرفر سايد يجيب لك الوقت حق السيرفر واذا استخدمته كلنت يجيب لك الوقت حق جهاز اللاعب
  5. لازم تفتح بورت وتجيب اي بي اتصالك او اذا ال php على برنامج في جهازك اكتب localhost بس
  6. PHP <?php require( "mta_sdk.php" ); $mtaServer = new mta("192.168.8.105:22003", 22003 , "***" , "***"); $resource = $mtaServer->getResource ( "getPlayers" ); $retn = $resource->call ( "countServerPlayers" ); echo $retn[0]; ?> Server function countServerPlayers ( ) return getPlayerCount() end لاتنسى تسوي اكسبورت للفنكشن countServerPlayers
  7. اول طلب getVehicleComponentPosition ثاني طلب "onClientVehicleDamage" setVehicleComponentVisible
  8. Hello, is there a way to make traffic lights unbreakable?
  9. انت تبي نفس الزر لما تضغطه اول مره يطلع نص ولما تضغطه ثاني مره يتغير النص وزي كذا؟
  10. عشان تصفر التيبل كامل taple = {}
  11. Simple.

    x[طلب]x ;

    "onClientKey" setTimer table
  12. بخصوص طلبك الأول ممكن تسويه كذا timer = setTimer ( function() outputChatBox ( "5 second delay text!" ) end, 5000, 5 ) -- 5000 * 5 = 25000 timer1 = setTimer ( function() outputChatBox ( "time is over" ) end, 25050, 1 ) وطلبك الثاني addCommandHandler( "killtimer", function () if isTimer ( timer ) then remaining, executesRemaining = getTimerDetails(timer) killTimer ( timer ) timer = setTimer ( function() outputChatBox ( "5 second delay text!" ) end, remaining, executesRemaining ) end end)
  13. استخدم https://wiki.multitheftauto.com/wiki/Resource:Bone_attach استخدم السكربت هذا افضل
  14. وش يطلع لك بالدي بق
  15. https://up.top4top.net/downloadf-12292drba1-zip.html هذا سكربت قديم شوي شوف كيف الطريقة واستخدم مثلها لكن البكجات مو في قريد ليست
  16. افصل طريقة استخدم الداتا او الجداول مع التريقر وفي الكلنت سو لوب لكل اللاعبين وشوف الي معه داتا حط له الكلام الي بالداتا او سو لوب للجدول وحط الكلام فوق اللاعب الي بالجدول
  17. I used this method But the browser is local, does that affect?
  18. I tried to embed YouTube but didn't work requestBrowserDomains ({"googlevideo.com", "ytimg.com", "ggpht.com", "youtube.com"})
  19. Problem sloved by using SVG Instead of CSS But there is another question if I can include a web page via iframe in CEF browser ?
  20. Hello guys I have problem when use fontawesome with cef Showing a squares i try use link or download it but same problem
×
×
  • Create New...