Tarek1 Posted October 5, 2017 Share Posted October 5, 2017 كود لما الاعب يكون عنده 1 ستار او اكثر يقوم بوضع صوره فوق الاعب واذا قام هذا الاعب بالتصويب اتجاه لاعب من تيم بوليس تتغير هذه الصوره الي صوره اخري اخر ما توصلت له من اكواد من علي الويكي dxDrawImage() getPlayerTeam() == "Team" if isPedAiming(thePlayer) then getPlayerWantedLevel ( thePlayer) Link to comment
Doffy Posted October 5, 2017 Share Posted October 5, 2017 (edited) 21 hours ago, Tarek1 said: كود لما الاعب يكون عنده 1 ستار او اكثر يقوم بوضع صوره فوق الاعب واذا قام هذا الاعب بالتصويب اتجاه لاعب من تيم بوليس تتغير هذه الصوره الي صوره اخري اخر ما توصلت له من اكواد من علي الويكي dxDrawImage() getPlayerTeam() == "Team" if isPedAiming(thePlayer) then getPlayerWantedLevel ( thePlayer) طيب علي الاقل حاول Edited October 5, 2017 by #Himoo Link to comment
Tarek1 Posted October 5, 2017 Author Share Posted October 5, 2017 11 hours ago, #Himoo said: طيب علي الاقل حاول اكيد حولت لول انا مش هعمل ال topic دا تسالي Link to comment
#Soking Posted October 7, 2017 Share Posted October 7, 2017 https://wiki.multitheftauto.com/wiki/DxDrawImageOnElement + addEventHandler( 'onClientRender', root, function( ) for _, Player in ipairs( getElementsByType( 'player' ) ) do if ( getPlayerWantedLevel( Player ) > 0 ) then -- dxDrawImageOnElement end end end ) Link to comment
TAPL Posted October 7, 2017 Share Posted October 7, 2017 getPlayerWantedLevel في جانب الكلينت مافيه ارقمنت 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