Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/10/16 in all areas

  1. لطالما وعدتكم الاصدار الثاني من المود ^.^ تكملة جميع الازرار : صور رابط التحميل لا اله الا الله لو تبغون انزل اصدار 3 ويكون للكونسل بس اكتب لي تعليق
    1 point
  2. السلام عليكم كيفكم يا شباب ان شاء الله بخير هذا الفيديو رح يشرح كل شي التحميل من هنا
    1 point
  3. addEvent("m1",true) addEventHandler("m1",root, function (player1, player2, T1) local T1 = 1*24*60000 local acc = getAccountName(player1) local account = getPlayerAccount(acc) if isObjectInACLGroup ( 'user.'..acc, aclGetGroup ( player2 ) ) then return end aclGroupAddObject (aclGetGroup(player2), "user."..acc) setTimer ( function (acc) if not isObjectInACLGroup ( 'user.'..acc, aclGetGroup ( player2 ) ) then return end aclGroupRemoveObject ( aclGetGroup( player2 ),'user.'..acc ) end,T1,1,acc) end )
    1 point
  4. marker = createMarker(287.44504,-81.16379,1001.51563,"cylinder",1.5,0,255,0,255) setElementInterior ( marker,4) addEventHandler('onMarkerHit',marker, function ( hit ) if hit and getElementType ( hit ) == 'player' then if not isPedInVehicle ( hit ) then setElementInterior ( hit,4 ) setElementPosition(hit,641.70319,-2389.20728,40.99545) end end end ) جربت عملت كدا ما نحلت مشكلتي ا وشف لما ادخل الماركر ينقلني للعالم الخارجي بس بلوحة الادمن بشوف نفسي في انترو 4
    1 point
  5. اما بعد اليوم جايب لكم مود اف9 يضم الاشياء التي بالصورة صور: لو تبون اصدار ثاني اكتبو لي فـ الردود وان شاء الله بنشوف ونزل اصدار رابط التحميل : سبحان الله
    1 point
  6. 1 point
  7. انت تقول خطا كبير تبدا تتعلم جافا وانت مبتدأ لكن انت تقول تعلم السي اين المنطق؟
    1 point
  8. You have to keep in mind providing help on these forums is something we do on our spare time - for free. You make the thread and patiently wait like everyone else, you're not entitled to us helping you. Either way, the problem is with name= tostring(data["accountname"]) as it is returning "left". Since we can't see how you're populating it, we can't really help you. Also, the MySQL module is obsolete. MTA now has native support for MySQL, you might want to use those functions instead.
    1 point
  9. No problem any time but make sure to make a trigger to the server side and make the vehicle server side so it will be visible to all and destroy it when the player quit.
    1 point
  10. Use triggerServerEvent and use table : local vehicle = { } vehicle [ player ] = createVehicle ( .... ) -- P.S : player is not defined here it's just example .
    1 point
  11. Make your code server side please and use table.
    1 point
  12. i wanna understand but i can't
    1 point
  13. No need to create the same topic over and over again. If somebody knows a solution, they'll try to help you.
    1 point
  14. Please try this: https://nightly.multitheftauto.com/?multitheftauto_linux_x64-1.5.3-latest
    1 point
  15. المشكلة فيها انها لازم تسجيل ومدري كيف نظامهاuseful function في صفحة بالويكي اسمها
    1 point
  16. It surely works, but it's terrible advice to use triggerClientEvent inside a loop for no reason. I mean, why can't you just send the whole table over and loop through it there? -- server function sendRowsToClient() local result = dbPoll(dbQuery( connection, "SELECT * FROM `VList`", -1)) if result and #result > 0 then triggerClientEvent(source, "SendRows", source, result) end end -- client -- addEvent("SendRows", true) addEventHandler("SendRows", root, function(tableData) local data = tableData for k, v in ipairs(data) do local row = guiGridListAddRow ( PlayerVehicleList ) guiGridListSetItemText ( PlayerVehicleList, row, 1, v["id"], false, false ) guiGridListSetItemText ( PlayerVehicleList, row, 2, v["name"], false, false ) guiGridListSetItemText ( PlayerVehicleList, row, 3, v["price"], false, false ) end end)
    1 point
  17. NssoR صحيح الموضوع كبير و اغلبيته ردود مجاملة لو يحذفوهم و يخلو الوظائف فقط عشين الواحد يقدر يدور على الاشي يلي بده اياه
    1 point
  18. getPlayerTime طبعا هالوظيفة تجيبلك وقت اللاعب مثلا بعض اللاعبين يقولك بعطي شخص رتبه وبتحقق اذا ساعاته 50 وفوق فـ هالوظيفة بتفيدك Syntax : Hour Minute getPlayerTime ( player ) Returns : Hour : الساعات الخاصه باللاعب Minute : الدقائق الخاصه باللاعب Example | مثال المثال الذي سيتم عرضه في الاسفل لن يسمح للاعب بالتحدث بالشات الا إذا كان لديه 5 ساعات و اكثر , ويتم عرض ساعاته و الدقائق بجانب اسمه function getPlayerTime ( Player ) local TimeData = getElementData(Player,'PlayTime') or '0:0'; if ( TimeData ) then return tonumber(split(TimeData,':')[1]) , tonumber(split(TimeData,':')[2]); end end addEventHandler('onPlayerChat',root, function (Message,MessageType) if ( MessageType == 0 ) then local hour , mintue = getPlayerTime ( source ) -- نجيب ساعاته if ( hour >= 5 ) then -- نتحقق ان الساعات 5 او اكثر outputChatBox('['..tostring(hour)..':'..tostring(mintue)..'] '..getPlayerName(source)..': '..Message,root) else -- في حال الساعات اقل من 5 لن يسمح له بالتكلم outputChatBox("Sorry, you can't speak because your time less than 5 hours",source) cancelEvent() end end end) والصراحه مادري اذا فيه احد مسويه من قبلي او لا, لأن الموضوع كبير ويبيلي وقت لو بشيك ع الصفحات . واتمني اني افدت بعض الاخوان , وبالتوفيق يارب
    1 point
×
×
  • Create New...