Jump to content

انتقال من السيارة


Recommended Posts

اش هي .؟

#~ يب كان في ... صلحتها بالغلط

سطر 7

setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875)) 

قوس زايد ~

ولا كأني رديت ؟

سطر 3 وسطر 4 وسطر 5 وسطر 7,

+ مشوش سوي مثل ما قلت لك ترايقر...

Link to comment
اش هي .؟

#~ يب كان في ... صلحتها بالغلط

سطر 7

setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875)) 

قوس زايد ~

ولا كأني رديت ؟

سطر 3 وسطر 4 وسطر 5 وسطر 7,

+ مشوش سوي مثل ما قلت لك ترايقر...

-_- عشان يعرف الغلط

Link to comment

localPlayer = getLocalPlayer() 
  
function msh1() 
     if source == GUIEditor.button[4] then 
     if isPedInVehicle (localPlayer) then  
          return 
          outputChatBox("*Down from the car first",0,255,0,true) 
          end 
          setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875) 
          outputChatBox("*Successfully War",255,255,0,true) 
          guiSetVisible ( GUIEditor.window[1],false ) 
          showCursor ( false ) 
         end 
end 
addEventHandler("onClientGUIClick", root, msh1) 

خلأص أخوي جرب ذي # وأنششألله بتضبط

Link to comment
localPlayer = getLocalPlayer() 
  
function msh1() 
     if source == GUIEditor.button[4] then 
     if isPedInVehicle (localPlayer) then  
          return 
          outputChatBox("*Down from the car first",0,255,0,true) 
          end 
          setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875) 
          outputChatBox("*Successfully War",255,255,0,true) 
          guiSetVisible ( GUIEditor.window[1],false ) 
          showCursor ( false ) 
         end 
end 
addEventHandler("onClientGUIClick", root, msh1) 

خلأص أخوي جرب ذي # وأنششألله بتضبط

localPlayer = getLocalPlayer()

معرفة من الاصل ماله داعي وهو يبي ينتقل مع السيارة اقرا زين عدل هو

Link to comment
  
addEventHandler("onClientGUIClick", GUIEditor.button[4], 
    function (  ) 
            local vehicle =  getPedOccupiedVehicle ( localPlayer ) 
                if vehicle then 
                    setElementPosition ( vehicle,1363.7724609375, -1264.3046875, 13.546875 ) 
                    guiSetVisible ( GUIEditor.window[1],false ) 
                    showCursor ( false ) 
      else 
              setElementPosition ( localPlayer,1363.7724609375, -1264.3046875, 13.546875 )  
              guiSetVisible ( GUIEditor.window[1],false ) 
              showCursor ( false ) 
            end 
    end,false 
) 

thx Mr.Pres[T]ege :D

thx all :D

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