☠ RaZeR ☠ Posted August 10, 2015 Share Posted August 10, 2015 (edited) السلام عليكم شباب لماذا لم يعمل هذا ؟؟ انا جربته ومااشتغل addEventHandler ("onPlayerWasted", root, function (_, klr) if (klr and getElementType (klr) == "player") then setElementData (klr, "kills", (getElementData (klr, "kills") or 0) + 1) if ( getElementData ( klr1, "kills" ) == 10 ) then outputChatBox ( "you killled 10 |", klr1, 255, 0, 0, true ) end end end ) ا Edited August 10, 2015 by Guest Link to comment
iMr.SFA7 Posted August 10, 2015 Share Posted August 10, 2015 addEventHandler ("onPlayerWasted", root, function (_, klr) if klr and getElementType (klr) == "player" then setElementData (klr, "kills", (getElementData (klr, "kills") or 0) + 1) if getElementData ( klr, "kills" ) == 10 then outputChatBox ( "you killled 10 |", klr, 255, 0, 0, true ) end end end ) Link to comment
☠ RaZeR ☠ Posted August 10, 2015 Author Share Posted August 10, 2015 مشكوور اخوي وش كان الخطأ ؟ Link to comment
☠ RaZeR ☠ Posted August 10, 2015 Author Share Posted August 10, 2015 klrklr1 اهااا مشكوور اخوي ردي السابق كتبته ولم ارى هذه : واسف على اللغة الرسمية Link to comment
iMr.SFA7 Posted August 10, 2015 Share Posted August 10, 2015 حياك الله ! خطأك هنا klr klr1 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