Jump to content

مساعده


Recommended Posts

Yw
addEventHandler( 'onClientGUIClick', GUIEditor_Button[1], 
  
function dance (GUIEditor_Button[1]) 
    daBlockz = getElementData(root,"blockz") 
    daAnimz = getElementData(root,"animz") 
        if daBlockz == "GUIEditor_Button[1" and daAnimz == "dnce_m_b" then 
            setPedAnimation(GUIEditor_Button[1,false) 
        else 
            setPedAnimation ( source, "DANCING", "dnce_m_b") 
        end 
    end 
  

سويت زي الويكي بس ماظبط

Link to comment

مـآآعندي خبرة قوية بسس آتوقع انك نسسيت القوس الاخير

addEventHandler( 'onClientGUIClick', GUIEditor_Button[1], 
  
function dance (GUIEditor_Button[1]) 
    daBlockz = getElementData(root,"blockz") 
    daAnimz = getElementData(root,"animz") 
        if daBlockz == "GUIEditor_Button[1" and daAnimz == "dnce_m_b" then 
            setPedAnimation(GUIEditor_Button[1,false) 
        else 
            setPedAnimation ( source, "DANCING", "dnce_m_b") 
        end 
    end 
 )--< 
Link to comment
الكود خرابيط

:lol:

نسخخ المثال كامل :lol:

وش الي يضحك بالموضوع؟

ناسخه ولا مو ناسخه

الله اكبر اذا طلبت الكود كامل سوو مشكله قالو تعلم وسوي لك كود واذا فيه غلط نعدله لك

واذا سويت كود وطلع فيه غلط قامو يستهبلون علينا

عالم استغفر الله بس

Link to comment
الكود خرابيط

:lol:

نسخخ المثال كامل :lol:

وش الي يضحك بالموضوع؟

ناسخه ولا مو ناسخه

الله اكبر اذا طلبت الكود كامل سوو مشكله قالو تعلم وسوي لك كود واذا فيه غلط نعدله لك

واذا سويت كود وطلع فيه غلط قامو يستهبلون علينا

عالم استغفر الله بس

نمزحح معك :lol:

وش تبي تسوي بالضبط ؟

Link to comment
يابعد حيي انا ابي اذا ضغطت الزر يسوي حركه

جرب ذذ :lol:

GUIEditor_Window = {} 
GUIEditor_Button = {} 
  
GUIEditor_Window[1] = guiCreateWindow(0.2738,0.29,0.4588,0.505,"gg",true) 
click = guiCreateButton(81,110,173,99,"click",false,GUIEditor_Window[1]) 
  
ff = bindKey ( "F" , "down" , function() 
  
 if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then 
 guiSetVisible ( GUIEditor_Window[1] ,false ) 
 showCursor (false ) 
  
 elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then 
 guiSetVisible ( GUIEditor_Window[1] ,true ) 
 showCursor (true ) 
  end 
 end 
 ) 
  addEventHandler("onClientGUIClick", root, 
  function () 
  if source == click then  
  setPedAnimation( myPlayer, "WOMAN_walknorm") 
   
  end 
     end ) 
   
   

Link to comment

مثال

function anim ( ) 
  
    ped1 = createPed(56, 1, 1, 4) 
  
if source == btn then 
   setPedAnimation( ped1, "ped", "WOMAN_walknorm") 
end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), anim) 

اظن كذا والله ذا اللي اعرفه :]

اللي شايف غلط يصحح

ماجربتهه

Edited by Guest
Link to comment
يابعد حيي انا ابي اذا ضغطت الزر يسوي حركه

جرب ذذ :lol:

GUIEditor_Window = {} 
GUIEditor_Button = {} 
  
GUIEditor_Window[1] = guiCreateWindow(0.2738,0.29,0.4588,0.505,"gg",true) 
click = guiCreateButton(81,110,173,99,"click",false,GUIEditor_Window[1]) 
  
ff = bindKey ( "F" , "down" , function() 
  
 if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then 
 guiSetVisible ( GUIEditor_Window[1] ,false ) 
 showCursor (false ) 
  
 elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then 
 guiSetVisible ( GUIEditor_Window[1] ,true ) 
 showCursor (true ) 
  end 
 end 
 ) 
  addEventHandler("onClientGUIClick", root, 
  function () 
  if source == click then  
  setPedAnimation( myPlayer, "WOMAN_walknorm") 
   
  end 
     end ) 
   
   

ماظبط

Link to comment
يابعد حيي انا ابي اذا ضغطت الزر يسوي حركه

جرب ذذ :lol:

GUIEditor_Window = {} 
GUIEditor_Button = {} 
  
GUIEditor_Window[1] = guiCreateWindow(0.2738,0.29,0.4588,0.505,"gg",true) 
click = guiCreateButton(81,110,173,99,"click",false,GUIEditor_Window[1]) 
  
bindKey ( "F" , "down" , function()  
 guiSetVisible ( GUIEditor_Window[1] ,not guiGetVisible ( GUIEditor_Window[1] )) 
 showCursor (guiGetVisible ( GUIEditor_Window[1] )) 
 end) 
  addEventHandler("onClientGUIClick", root, 
  function () 
  if source == click then  
  setPedAnimation( myPlayer, "RIOT","RIOT_ANGRY ") 
  end 
     end ) 
   
   

Link to comment
مثال
function anim ( ) 
  
if source == btn then 
   setPedAnimation( ped1, "ped", "WOMAN_walknorm") 
end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), anim) 

اظن كذا والله ذا اللي اعرفه :]

اللي شايف غلط يصحح

ماجربتهه

هذا الكود مافيه اخطاء

Link to comment
مثال
function anim ( ) 
  
if source == btn then 
   setPedAnimation( ped1, "ped", "WOMAN_walknorm") 
end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), anim) 

اظن كذا والله ذا اللي اعرفه :]

اللي شايف غلط يصحح

ماجربتهه

ped1 = ??

Link to comment
مثال
function anim ( ) 
  
if source == btn then 
   setPedAnimation( ped1, "ped", "WOMAN_walknorm") 
end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), anim) 

اظن كذا والله ذا اللي اعرفه :]

اللي شايف غلط يصحح

ماجربتهه

ped1 = ??

عدلته  

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...