αвυ-wαleed Posted February 11, 2014 Share Posted February 11, 2014 ابغى وظيفة اذا مت وانا فاتح لوحة مطعم او محل اسحلة تختفي اللوحة +++++ ابغى اذا فتحت لي اللوحة ماياثر فيني الرصاص اذا احد رماني Link to comment
WASSIm. Posted February 11, 2014 Share Posted February 11, 2014 onClientPlayerWasted guiSetVisible onClientPlayerDamage guiGetVisible cancelEvent Link to comment
αвυ-wαleed Posted February 11, 2014 Author Share Posted February 11, 2014 مشكوووور وسيم بس عندي طلب function stopMinigunDamage ( attacker, weapon, bodypart ) if ( weapon == 38 ) then cancelEvent() end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), stopMinigunDamage ) ابغى من كل الاسلحة ماب ابغى سلاح معين Link to comment
K1NG Posted February 11, 2014 Share Posted February 11, 2014 مشكوووور وسيم بس عندي طلب function stopMinigunDamage ( attacker, weapon, bodypart ) if ( weapon == 38 ) then cancelEvent() end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), stopMinigunDamage ) ابغى من كل الاسلحة ماب ابغى سلاح معين addEventHandler ( 'onClientPlayerDamage',localPlayer,cancelEvent ) لول كذا اللاعب ما رح ينقص حتى لو طلق عليه لاعب آخر -- : بالنسبة لأبو وليد الكود يصير كذا addEventHandler ( "onClientPlayerDamage", localPlayer, function ( attacker ) if ( attacker == source ) then cancelEvent ( ) end end ) Link to comment
iPrestege Posted February 11, 2014 Share Posted February 11, 2014 مشكوووور وسيم بس عندي طلب function stopMinigunDamage ( attacker, weapon, bodypart ) if ( weapon == 38 ) then cancelEvent() end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), stopMinigunDamage ) ابغى من كل الاسلحة ماب ابغى سلاح معين addEventHandler ( 'onClientPlayerDamage',localPlayer,cancelEvent ) لول كذا اللاعب ما رح ينقص حتى لو طلق عليه لاعب آخر -- : بالنسبة لأبو وليد الكود يصير كذا addEventHandler ( "onClientPlayerDamage", localPlayer, function ( attacker ) if ( attacker == source ) then cancelEvent ( ) end end ) عارف مانتبهت للطلب شفتة يبي للاسلحة بس يوم رديت .. شلت ردي قبل ماترد ذذ .. Link to comment
αвυ-wαleed Posted February 11, 2014 Author Share Posted February 11, 2014 مشكووووور كنق 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