Jump to content

مساعده تكفون


Recommended Posts

addAccount --- عدل على اللوحة في 
setAccountData --- خلي اسم الداتا نفس الداتا حق الفلوس والقيمة هي الفلوس إلي تبيها 

ملاحظة : لازم مود حفظ الفلوس على الحساب مركب

عشان انت تبي لما يضيف حساب جديد مو لما يسجل دخول :wink:

Link to comment
  
function give() 
local playeraccount = getPlayerAccount ( source ) 
if getAccountData(playeraccount,"given") == true then return end 
setAccountData(playeraccount,"given",true) 
giveWeapon(source,x) -- replace x wit the ID of the weapon . 
givePlayerMoney(source,x)  --^ the same ( amount of money )  
outputChatBox("تـم اعطـآكـ أسلحـة ونقود",source,255,255,0,true) 
end 
 addEventHandler("onPlayerLogin",root,give) 

تـفضل .

موفق

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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