Jump to content

-Ilker.

Members
  • Posts

    143
  • Joined

  • Last visited

Everything posted by -Ilker.

  1. مادري فيه طريقة غير هذي ولا استخدم addDebugHook -- 'preFunction' setElementHealth setTimer حاول ونساعدك ان شاء الله
  2. function findPlayer(name) local matches = {} for i,v in ipairs(getElementsByType("player")) do if getPlayerName(v) == name then return v end local playerName = getPlayerName(v):gsub("#%x%x%x%x%x%x", "") playerName = playerName:lower() if playerName:find(name:lower(), 0) then table.insert(matches, v) end end if #matches == 1 then return matches[1] end return false end addCommandHandler("give", function(player, cmd, name, amount) local amount = tonumber(amount) if name and amount and amount > 0 and math.floor(amount) == amount then -- bugfix local targetid = findPlayer(name) local money = getPlayerMoney(player) if targetid ~= false then if money >= amount then takePlayerMoney(player, amount) givePlayerMoney(target, amount) outputChatBox("You gave " .. getPlayerName(target) .. " $" .. amount .. ".", player, 0, 255, 0, false) outputChatBox(getPlayerName(player) .. " gave you $" .. amount .. ".", target, 0, 255, 0, false) else outputChatBox("You do not have enough money.", player, 255, 0, 0, false) end end end end )
  3. You need use shader and dxCreateTexture
  4. myShader = dxCreateShader ("your file")
  5. وفرحان انك افدته بالخاص؟ ي ساعد هنا عشان الكل يستفيد ي توكل على الله
  6. ابيك تجيب لي من وين جايب تعريف thePed وسويت لك مثال عشان تفهم بشكل اوضح مايطلع الرسالة يوم يدخل الماركر الا لقائد المركبة local Marker = createMarker ( 0 , 0 , 3 ) addEventHandler ( "onClientMarkerHit" , resourceRoot , function ( Player ) if ( source == Marker and Player == localPlayer and getPedOccupiedVehicle ( Player ) and getVehicleController ( getPedOccupiedVehicle ( Player ) ) == Player ) then outputChatBox ( "Welcome ." , 0 , 255 , 0 ) end end )
  7. كيف بساعدك وانت مو طارح الوظيفة كاملة ؟
  8. تركيبة الكود صحيحة بس مادري عن الارقمنتات الي بالفنكشن حقت الحدث وش حاط فيها
  9. طيب نزل كود الحدث كامل عشان نشوف الي فوق + ماني معصب بس مادري كيف تبينا نشوف المشكلة
  10. ورينا كود الحدث كامل ولا حل مشكلتك بنفسك !
  11. خساره مين يعلمنا برمجه الحين
  12. تحقق من الداتا الي مسجل عليها اسم القروب
  13. [1] - C [2] - C صح يادكتور عبادي ؟
  14. بالتوفيق لو تعلمت , كلمني خاص ابي اتعلم مثلك
  15. علمنا طيب ابي اعرف كيف ماعرف انا
  16. ماشاء الله سيرفر مذهل ذكرني بسيرفر ثوق لايف
×
×
  • Create New...