Jump to content

x[ طلب تعديل كود ]x : آلكل آلآ لآعب


Recommended Posts

آلسلام عليكم

 

addCommandHandler("فلوس",
function( source )
givePlayerMoney(source, 1000)
outputChatBox("تم اخذ فلوس", source, 0,255,0,true)
playSoundFrontEnd(source, 30)
end)

دآ لمآ شخص يكتب فلوس بآف 8

يجيله آلف 

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

يعني آلكل يآخد آلآ شخص وآحد آنآ آحدده من سيريآله

آنفي آن آلسيريآل دآ مآ يآخد

كيف؟

Link to comment
addCommandHandler("فلوس",
function( source )
if ( getPlayerSerial(source) == "السيريال الي تبيه يكون محظور" ) then
outputChatBox("انت محظور من هذه الخاصية", source,255,0,0,true)
else
givePlayerMoney(source, 1000)
outputChatBox("تم اخذ فلوس", source, 0,255,0,true)
playSoundFrontEnd(source, 30)
    end
end)

 

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...