M7mD-911 Posted March 6, 2015 Share Posted March 6, 2015 السلام عليكم ورحمة الله وبركاتة .. function playerDamage ( ) cancelEvent() end addEventHandler("onPlayerDamage",root,playerDamage) -- هذا حق الي ما يموت ليه ما يشتغل ؟ مع اني اذا بدلت الكنسله بـ كلام بالشات يكتب ! انا ادري ان فيه بالكلنت بس انا ابيه بـ السيرفر يجي ولا لا ؟ Link to comment
The Killer Posted March 6, 2015 Share Posted March 6, 2015 ماتقدر تكنسل ذا الايفنت في السيرفر لازم في الكلاينت سايد addEventHandler ("onClientPlayerDamage", localPlayer, function () cancelEvent () end ) Link to comment
yazan Posted March 6, 2015 Share Posted March 6, 2015 Canceling this event has no effect. Cancel the client-side event onClientPlayerDamage instead. 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