Pro1KiLLeR Posted January 18, 2017 Share Posted January 18, 2017 هــلا كـيـف ألـحـال؟ ,,,,,,,,,,,,,, ,,,, عـدلت علي مود الـتـاب ! التعديل: اظهار صورة فوق التاب !الاكواد شباب اعطوني ايها واشكرهم الـكـود Client local screenWidth,screenHeight = guiGetScreenSize() -- Get screen resolution. function renderDisplay ( ) local seconds = getTickCount() / 100 local angle = math.sin(seconds) * 0 -- This will draw the graphic file 'logo.png' at the top middle of the screen -- using the size of 100 pixels wide, and 240 pixels high. -- The center of rotation is at the top of the image. dxDrawImage ( screenWidth/2 - 50, 0, 100, 100, 'logo.png', angle, 0, -120 ) end function ddd(button, press) if (press) == true and button == "tab" then addEventHandler('onClientRender',root,renderDisplay) else if (press) == false and button == 'tab' then removeEventHandler('onClientRender',root,renderDisplay) end end end addEventHandler("onClientKey", root, ddd) الـنـتـجـيـة :- ظهور الصورة ولكن اعلي شاشة!أنــا اريد الصورة تطلع لاصـقـة في التاب ! مثل هذة الصورة :--ابي الصور تطلع في مكان الدائرة^^ انا غيرت الاحدثيات وخليت الصورة تطلع في نصف الشاشة! ولكن اذا سيرفر صار بة 20 لاعيب!! راح يصير الـتـاب طـويـل و راح تظهر الصورة في النصف! مساعدة,ابي اخليها لاصقة في التاب في مكان الدائرة وتتحرك اذا صار ناس كثيرة في سيرفر شكــــرأً Link to comment
N3xT Posted January 18, 2017 Share Posted January 18, 2017 عدل عالاحداثيات ونزلها ، والموضوع أبد ماله شغل بعدد اللاعبين Link to comment
F_F Posted January 19, 2017 Share Posted January 19, 2017 (edited) bool dxDrawImage ( float posX, float posY, float width, float height, mixed image, [ float rotation = 0, float rotationCenterOffsetX = 0, float rotationCenterOffsetY = 0, int color = tocolor(255,255,255,255), bool postGUI = false ] ) عدل على ذا الارتفاع height ونقصه Edited January 19, 2017 by F_F Link to comment
Le3bA Posted January 19, 2017 Share Posted January 19, 2017 dxDrawImage ( screenWidth/2 - 50, 0, 100, 100, 'logo.png', angle, 0, -120 ) عدل علي السطر دا الاحدثيات الصوره وحطها فوق تاب بالظبت Link to comment
Master_MTA Posted January 19, 2017 Share Posted January 19, 2017 3 hours ago, Le3bA said: dxDrawImage ( screenWidth/2 - 50, 0, 100, 100, 'logo.png', angle, 0, -120 ) عدل علي السطر دا الاحدثيات الصوره وحطها فوق تاب بالظبت ما بتزبط سوها بالنسبه لاحداثيات شاشة اللاعب 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