S4MuEL Posted April 29, 2013 Share Posted April 29, 2013 (edited) السلآمم عليكمم وش الففنكششنآت يلي إستعمملهآ لو آي لآععب ممآت بالسيرففر ينسحب منهة ممبلغ ! takePlayerMoney onPlayerWasted or onClientPlayerWasted ? وششنو ثآني ؟ Edited April 30, 2013 by Guest Link to comment
3NAD Posted April 29, 2013 Share Posted April 29, 2013 بس "onPlayerWasted" takePlayerMoney Link to comment
S4MuEL Posted April 29, 2013 Author Share Posted April 29, 2013 صحيحح الكود ؟ addEventHandler("onPlayerWasted", root, function ( player ) if ( getElementType ( player ) == ( 'player' ) ) then takePlayerMoney(player,500) end end ) Link to comment
3NAD Posted April 29, 2013 Share Posted April 29, 2013 Source : The source of this event is the player that died or got killed. يعني ان العنصر هنا هو اللاعب الميت Link to comment
iMr.Dawix~# Posted April 29, 2013 Share Posted April 29, 2013 source اللاعب هو مو اي حدث تقدر تغير اللاعب فيه getElementType ما يحتاج لأن اكيد الي يموت هو اللاعب مافيه غيره يموت Link to comment
MSHOOSH Posted April 29, 2013 Share Posted April 29, 2013 function TMFN () takePlayerMoney(source,100) outputChatBox ( "#C0C0C0You have been withdrawn #FF0000$100#C0C0C0for you died",source,255,0,0,true ) end addEventHandler ( "onPlayerWasted",getRootElement(),TMFN) --[T]AKE [M]ONEY [F]ROM [N]OOB-- Link to comment
3NAD Posted April 30, 2013 Share Posted April 30, 2013 درينا انك خبره خلاص .. شآيفني جآلس افهمه اغلاطه وابيه هو يصححها بـ نفسه وشهو له تجي وتحطه جاهز ؟ Link to comment
S4MuEL Posted April 30, 2013 Author Share Posted April 30, 2013 ععنآد يعني كذآ يصصير ؟ addEventHandler("onPlayerWasted", root, function () takePlayerMoney(source,500) end ) + وش الففرقق بين onPlayerWasted onClientPlayerWasted ? Link to comment
MSHOOSH Posted April 30, 2013 Share Posted April 30, 2013 ععنآد يعني كذآ يصصير ؟ addEventHandler("onPlayerWasted", root, function () takePlayerMoney(source,500) end ) + وش الففرقق بين onPlayerWasted onClientPlayerWasted ? "onPlayerWasted" --- سيرفر "onClientPlayerWasted" --- كلينت + كودك صحيح --- درينا انك خبره خلاص .. شآيفني جآلس افهمه اغلاطه وابيه هو يصححها بـ نفسه وشهو له تجي وتحطه جاهز ؟ Link to comment
3NAD Posted April 30, 2013 Share Posted April 30, 2013 ععنآد يعني كذآ يصصير ؟ addEventHandler("onPlayerWasted", root, function () takePlayerMoney(source,500) end ) + وش الففرقق بين onPlayerWasted onClientPlayerWasted ? كودك صحيح وبالنسبة لـ سؤالك ترآه واضح من اسمه onClientPlayerWasted + انصحك تسوي شروط لأن لو كآنت فلوس اللاعب مصفرة رآح يسحب منه وتصير بالسسآلب يعني إستخدم getPlayerMoney Link to comment
S4MuEL Posted April 30, 2013 Author Share Posted April 30, 2013 يعني كذآ الششرط ؟ if ( getPlayerMoney(source) >= ***** ) then الـ ***** ممآ آبي ممبلغ ممحدد يعني مثلآ لآععب عندهه 5000 والثآني 8500 مثلآ تنسحب لهمم 500 ! الإثنين ! كيفف آسويهآ ؟ Link to comment
3NAD Posted April 30, 2013 Share Posted April 30, 2013 إي صحيح لو تحقق الشرط وكان اللاعب عنده أكثر من 500 رآح يسحب منه 500 ولو ماتحقق مآراح يصير اي شيء Link to comment
S4MuEL Posted April 30, 2013 Author Share Posted April 30, 2013 if ( getPlayerMoney(source) >= 500 ) then takePlayerMoney (source,500) else cancelEvent() end ? Link to comment
3NAD Posted April 30, 2013 Share Posted April 30, 2013 مآلكـ حاجة تحط else لأنه لو ماتحقق الشرط ماراح ينفذ الوظيفة اصلاً Link to comment
S4MuEL Posted April 30, 2013 Author Share Posted April 30, 2013 (edited) الححين تققدر تسوي لي الكود ، والله ممآ عرففت آسسويه ، آبيةة زي ممآ ققلت لكـ ! آي لآععب يمموت وففلوسه آققل من 500 مآ تنسحب وإذآ أكثر تنسحب ! عجزت والله Edited April 30, 2013 by Guest Link to comment
S4MuEL Posted April 30, 2013 Author Share Posted April 30, 2013 local money = getPlayerMoney() if money <= 500 then cancelEvent() end ? Link to comment
3NAD Posted April 30, 2013 Share Posted April 30, 2013 addEventHandler ( "onPlayerWasted", root, function ( ) if getPlayerMoney ( source ) >= 500 then takePlayerMoney ( source, 500 ) end end ) Link to comment
S4MuEL Posted April 30, 2013 Author Share Posted April 30, 2013 يعطيكـ العآففيةة ععنآد ، ممآ ققصصرت والله ، تممت الإفآدةة ! Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now