Jump to content

طلب كود او حل مشكلة


Recommended Posts

السلام عليكم بسم الله الرحمن الرحيم

ابي كود حفط الاسلحة عشان مود حفط الاسلحة خربان كيف يعني جيم مود حقت مستر سعد في شيئ خطا لو شغلت المود بتاع الحفظ علي جيم مود play هيشتغل تمام لكن مع بتاع مستر سعد خربان تمام ليش خربان ؟؟؟

عشان انت لما بتجي تختار الشخصية بتروح الاسلحة و بتروح التسيف و كل شيئ شكرا

Link to comment

setAccountData

getAccountData

getPlayerAccount

triggerClientEvent--https://wiki.multitheftauto.com/wiki/AddEvent

addEvent--https://wiki.multitheftauto.com/wiki/AddEvent

GuiSetProperty--https://wiki.multitheftauto.com/wiki/GuiSetProperty

onClientGUIClick--https://wiki.multitheftauto.com/wiki/OnClientGUIClick

giveWeapon--https://wiki.multitheftauto.com/wiki/GiveWeapon

guiGetText--https://wiki.multitheftauto.com/wiki/GuiGetText

تحتاجها لصنع المود

Link to comment

جرب ذا الكود ..

:wink:
function saveWeapons(player, account)
if player and account then
    for i=0,12 do
        local weapon = getPedWeapon(player, i)
        local ammo = getPedTotalAmmo(player, i)
        setAccountData(account,"w"..tonumber(i), weapon)
        setAccountData(account,"a"..tonumber(i), ammo)
    end
    takeAllWeapons(player)
    end
end
 
addEventHandler("onPlayerQuit",root,function () saveWeapons(source, getPlayerAccount(source)) end)
addEventHandler("onPlayerLogout",root,function(prev) saveWeapons(source, prev) end)
 
addEventHandler("onPlayerLogin",root,
function ()
    local account = getPlayerAccount(source)
    if not account or isGuestAccount(account) then return end
    for i=0,12 do
        local weapon = getAccountData(account,"w"..tonumber(i))
        local ammo = getAccountData(account,"a"..tonumber(i))
        if weapon and ammo then
            setTimer(giveWeapon, 1000, 1, source, tonumber(weapon), tonumber(ammo), true)
        end
    end
end)

I found this on the forums, I don't remember where though, I think it's Kenix's or Solidsnake's script. That should work, plus it's a LOT shorter, It's only to save guns

Link to comment

جرب ذا الكود ..

:wink:
function saveWeapons(player, account)
if player and account then
    for i=0,12 do
        local weapon = getPedWeapon(player, i)
        local ammo = getPedTotalAmmo(player, i)
        setAccountData(account,"w"..tonumber(i), weapon)
        setAccountData(account,"a"..tonumber(i), ammo)
    end
    takeAllWeapons(player)
    end
end
 
addEventHandler("onPlayerQuit",root,function () saveWeapons(source, getPlayerAccount(source)) end)
addEventHandler("onPlayerLogout",root,function(prev) saveWeapons(source, prev) end)
 
addEventHandler("onPlayerLogin",root,
function ()
    local account = getPlayerAccount(source)
    if not account or isGuestAccount(account) then return end
    for i=0,12 do
        local weapon = getAccountData(account,"w"..tonumber(i))
        local ammo = getAccountData(account,"a"..tonumber(i))
        if weapon and ammo then
            setTimer(giveWeapon, 1000, 1, source, tonumber(weapon), tonumber(ammo), true)
        end
    end
end)

I found this on the forums, I don't remember where though, I think it's Kenix's or Solidsnake's script. That should work, plus it's a LOT shorter, It's only to save guns

خرباان

Link to comment

Server Side !

function saveWeapons(player, account) 
if player and account then 
    for i=0,12 do 
        local weapon = getPedWeapon(player, i) 
        local ammo = getPedTotalAmmo(player, i) 
        setAccountData(account,"w"..tonumber(i), weapon) 
        setAccountData(account,"a"..tonumber(i), ammo) 
    end 
    takeAllWeapons(player) 
    end 
end 
  
addEventHandler("onPlayerQuit",root,function () saveWeapons(source, getPlayerAccount(source)) end) 
addEventHandler("onPlayerLogout",root,function(prev) saveWeapons(source, prev) end) 
  
addEventHandler("onPlayerLogin",root, 
function () 
    local account = getPlayerAccount(source) 
    if not account or isGuestAccount(account) then return end 
    for i=0,12 do 
        local weapon = getAccountData(account,"w"..tonumber(i)) 
        local ammo = getAccountData(account,"a"..tonumber(i)) 
        if weapon and ammo then 
            setTimer(giveWeapon, 1000, 1, source, tonumber(weapon), tonumber(ammo), true) 
        end 
    end 
end) 
Link to comment

Server Side !

function saveWeapons(player, account) 
if player and account then 
    for i=0,12 do 
        local weapon = getPedWeapon(player, i) 
        local ammo = getPedTotalAmmo(player, i) 
        setAccountData(account,"w"..tonumber(i), weapon) 
        setAccountData(account,"a"..tonumber(i), ammo) 
    end 
    takeAllWeapons(player) 
    end 
end 
  
addEventHandler("onPlayerQuit",root,function () saveWeapons(source, getPlayerAccount(source)) end) 
addEventHandler("onPlayerLogout",root,function(prev) saveWeapons(source, prev) end) 
  
addEventHandler("onPlayerLogin",root, 
function () 
    local account = getPlayerAccount(source) 
    if not account or isGuestAccount(account) then return end 
    for i=0,12 do 
        local weapon = getAccountData(account,"w"..tonumber(i)) 
        local ammo = getAccountData(account,"a"..tonumber(i)) 
        if weapon and ammo then 
            setTimer(giveWeapon, 1000, 1, source, tonumber(weapon), tonumber(ammo), true) 
        end 
    end 
end) 

برضو

Link to comment
طعمية اية ؟؟؟

meta.xml يقول لك اطرح الي بالملف

طعمية دا ارجل منك ياض تيتي قاال

وش دخل تيتي بالسالفه :lol:

ياض شكله يقصد تيتي ارجل منك ي تابل

لين تابل طقطق عليه خخ :mrgreen:

كلامك مششقلب DontTrustMe

Link to comment
# اططرح المميتأ .

ميتت اية ؟؟؟ سلاماات

# سلأأمات انت ؟ , اول مرة تسمع بالميتا , ؟

# اقلك اطرح الميتا , ياخي الواحد يجي يطلب ومدري وش وما هو عارف وش الميتا

# روح اول شي تعلم الميتا عالأقل وتعلم وش يعني سكربت وكيفية انشاءه ووش هو وتعال . ! ! ! !

# ولأ تنسا تجيب طعميةة :mrgreen:

Link to comment
مو عشانك تعلمت تستهزء باللي مايعرف ترى انت ماطلعت السماء نتعلم وبنصير زيك

ويمكن افضل

# معاكـ حق , بس يجي يطلب ومو عارف ابسط الاشياء اللي بدونها ما يشتغل كل الممود

# انا مججرد مزح وليس استهزاء ولله من جد لأ

Link to comment

طعمية دا ارجل منك ياض تيتي قاال

وش دخل تيتي بالسالفه :lol:

ياض شكله يقصد تيتي ارجل منك ي تابل

لين تابل طقطق عليه خخ :mrgreen:

كلامك مششقلب DontTrustMe

كان هو يفكر بـ تيتي والطعميه وتابل بس كان يقصد يقول لتابل الطعميه ارجل منك ي تابل هههههههه

مع انها مو انسان :mrgreen:

Link to comment
مو عشانك تعلمت تستهزء باللي مايعرف ترى انت ماطلعت السماء نتعلم وبنصير زيك

ويمكن افضل

# معاكـ حق , بس يجي يطلب ومو عارف ابسط الاشياء اللي بدونها ما يشتغل كل الممود

# انا مججرد مزح وليس استهزاء ولله من جد لأ

يب يب انا ما اعرف الميتا ولة اعرف وش يعني MTA كمان تبي شيئ ؟؟؟ و مو انت تعرف اي حد اذا كان يعرف يبرمج ولة لا ولة يعرف الميتا اوكي ترا انت عالم فلكي

شوف اقولك لك الطعمية ارجل منك ي نوب

+ وش دخل الميتا في المود ي نوب ميتا بس تظهر المود يمكن كمان في ناس تسوي فيها Settings عشان تظهر جوة لوحة الادمنية ي نوب وش دخل الميتا في الكود البايظ

شوف شكلك ما تفهم شيئ وربي بس قاعد تحط اكواد وربي

+ كمان اقولك انا اكل طعمية بس مو بز.... كل كمل انت

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...