MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 الــكود حق تابل شغالبسس ياخذ السلاح لما الاعب يغير الاسلحة مثلا لما يضغط e او w يسحب من عنده السسلاح أدري خوك باين من الأيفنت Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 انا مسوي كود بس مايسحب السلاح يخليك ماتطلق واضفته في امثلة الويكي https://wiki.multitheftauto.com/wiki/OnP ... aponSwitch شكرا....جاري التجربة Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 WeaponID = { [30] = true, } addEventHandler ( 'onPlayerWeaponSwitch', getRootElement ( ), function ( previousWeaponID, currentWeaponID ) if ( WeaponID[currentWeaponID] ) then if getPlayerTeam ( source ) == getTeamFromName ( "test" ) then toggleControl ( source, 'fire', false ) else toggleControl ( source, 'fire', true ) end end end ) شكرا عاشق لشرق هذا الكود شغال يخليه مايطلق حتى كود تابل عدلت شي وزبط شكرا لكم تمت الأفاده 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