Jump to content

تعديل كود ادخل بسورعة


Recommended Posts

اهلاً شباب ما اطول عليكم

انا عندي الكتابة علي المركر

ممكن اخلي بدل ما يكتب علي المركر يكتب علي سيارة خاصة هذا هو الكود

local MaxScreenPosition = 20 
local r,g,b = 0,255,0 
local alpha = 250 
local FontSize = 4 
local TextFont = "arial" 
  
addEventHandler("onClientRender",getRootElement(), 
  
function ( ) 
  
local x,y,z = getElementPosition( SpecialCar ) 
  
local MatrixX, MatrixY, MatrixZ = getCameraMatrix( ) 
  
if ( getDistanceBetweenPoints3D( MatrixX, MatrixY,MatrixZ,x,y,z ) <= MaxScreenPosition ) then 
  
local WorldX,WorldY = getScreenFromWorldPosition( x,y,z +3,0.06 ) 
  
if ( WorldX and WorldY ) then 
  
dxDrawText ( "Console",WorldX,WorldY,WorldX,WorldY,tocolor(math.random(5, 250), math.random(5, 110), math.random(5, 250) ,lpha),FontSize,TextFont ) 
  
end 
  
end 
end 
) 

Link to comment
اهلاً شباب ما اطول عليكم

انا عندي الكتابة علي المركر

ممكن اخلي بدل ما يكتب علي المركر يكتب علي سيارة خاصة هذا هو الكود

local MaxScreenPosition = 20 
local r,g,b = 0,255,0 
local alpha = 250 
local FontSize = 4 
local TextFont = "arial" 
  
addEventHandler("onClientRender",getRootElement(), 
  
function ( ) 
  
local x,y,z = getElementPosition( SpecialCar ) 
  
local MatrixX, MatrixY, MatrixZ = getCameraMatrix( ) 
  
if ( getDistanceBetweenPoints3D( MatrixX, MatrixY,MatrixZ,x,y,z ) <= MaxScreenPosition ) then 
  
local WorldX,WorldY = getScreenFromWorldPosition( x,y,z +3,0.06 ) 
  
if ( WorldX and WorldY ) then 
  
dxDrawText ( "Console",WorldX,WorldY,WorldX,WorldY,tocolor(math.random(5, 250), math.random(5, 110), math.random(5, 250) ,lpha),FontSize,TextFont ) 
  
end 
  
end 
end 
) 

ياخي والله ساعدناك في اكثر من 3 مواضيع ولا تعلمت شي تبي كل شي جاهز

اكتب بقوقل سيارة خاصة

mta

وشوف الكود وادخل على الويكي , وشوف الكود كيف يستعمل

واذا مامعك لغة انجليزية انصحك تترك البرمجة لان بدون اللغة ماتمشي .

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...