المفروض تقرا وش كاتب في الصفحة
https://wiki.multitheftauto.com/wiki/Resource:Exp_system
هو حاط مثال داخل صفحة هو حاطها في الويكي
اذا قتلت زومبي جاك exp
addEvent ( "onZombieWasted", true )
addEventHandler ( "onZombieWasted", root,
function ( theKiller )
exports.exp_system:addPlayerEXP ( theKiller, 5 )
end
)
حقكك expوهاذا يعطيك ال
addCommandHandler ( "myexp",
function ( thePlayer )
local account = getPlayerAccount ( thePlayer )
local myExp = exports.exp_system:getAccountEXP ( account )
outputChatBox ( "Your account experience is: ".. myExp, thePlayer )
end
)
هاذا كله تحطه على مود منفصل