MSHOOSH Posted March 2, 2013 Share Posted March 2, 2013 السلام عليكم ورحمه الله و بركاته انا سويت كود اذا مات اللاعب ينسحب من فلوسه 100 بس ما اشتغل هذا الكود function TMFN () givePlayerMoney ( source, -100 ) outputChatBox ( "#C0C0C0You have been withdrawn #FF0000$ 100 #C0C0C0for you died" ) end addEventHandler ( "onPlayerWasted",getRootElement(),TMFN وين الخطا . Link to comment
MSHOOSH Posted March 2, 2013 Author Share Posted March 2, 2013 function TMFN () givePlayerMoney ( source, -100 ) outputChatBox ( "#C0C0C0You have been withdrawn #FF0000$ 100 #C0C0C0for you died" ) end addEventHandler ( "onPlayerWasted",getRootElement(),TMFN ) يمقن كذا ؟؟؟ Link to comment
iPrestege Posted March 2, 2013 Share Posted March 2, 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) Link to comment
MSHOOSH Posted March 2, 2013 Author Share Posted March 2, 2013 بجرب في سيرفري و اجي ثانكس فهوود Link to comment
===|OSAMA|=== Posted March 2, 2013 Share Posted March 2, 2013 (edited) -- سيرفر 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) كذآ لو كانت فلوس اللاعب أقل من 100 رح يسحبهآ , وتصير فلوس اللاعب بالسسآلب ، يصصير كذآ ^ -- Server Side ! function TMFN ( ) if getPlayerMoney ( source ) >= 100 then takePlayerMoney ( source, 100 ) outputChatBox ( "#C0C0C0You have been withdrawn #FF0000$ 100 #C0C0C0for you died", source, 255, 0, 0, true ) end end addEventHandler ( "onPlayerWasted", root, TMFN ) كذآ يصير إذا كانت فلوس اللاعب أكبر أو تساوي 100 يسحب الفلوس أما إذا اقل من مية ما يسحب , عشان لا تصير الفلوس بالسسآلب .. # Edited March 3, 2013 by Guest Link to comment
iPrestege Posted March 2, 2013 Share Posted March 2, 2013 ذذ كنت أحسبة يبيها كذا تصير سآلب # Link to comment
MSHOOSH Posted March 2, 2013 Author Share Posted March 2, 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