abedhwetat Posted March 25, 2014 Share Posted March 25, 2014 سلام عليكم شباب ابي كود يعني شخصيت الستاف ابي كود انو ما حد يقدر يقتلها وشكرن Link to comment
EH10 Posted March 25, 2014 Share Posted March 25, 2014 Event : "onClientPlayerDamage" getElementModel cancelEvent Link to comment
abedhwetat Posted March 26, 2014 Author Share Posted March 26, 2014 بتقدر توضحلي اكثر ؟ Link to comment
EH10 Posted March 26, 2014 Share Posted March 26, 2014 Event : "onClientPlayerDamage" -- حـدث إذا طـلق عـلـى ألاعب getElementModel -- يـجيب الـ رقـم الـشخصية cancelEvent -- يكنسل الحـدث Link to comment
iPrestege Posted March 26, 2014 Share Posted March 26, 2014 -- Client Side addEventHandler ( 'onClientPlayerDamage',root, function ( attacker ) if ( attacker and attacker ~= source and getElementType ( attacker ) == 'player' and getElementModel ( source ) == 217 ) then cancelEvent ( ) end end ) So Simple? الكود بسيط نسآعدكـ بــه .. لـ المعلومية Client Side ! 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