Jump to content

وش الخطأ بالكود


Recommended Posts

وش الخطأ ب الكود ذا يا جماعه

local hillArea = createColRectangle (1906.72839 ,874.65771, 100, 100 ) 
local hillRadar = createRadarArea ( 1906.72839 ,874.65771, 100, 100, 24, 198, 238, 100) 
  
function min() 
if ( source == hillArea) then 
setPedAnimation(localPlayer, "ped", "WOMAN_walknorm") 
outputChatBox("",255,0,0,true) 
end 
end 
addEventHandler("onClientColShapeHit",getRootElement(),min 

سويته اذا الاعب خش ال

ColShape

يسوي حركه

Link to comment

local hillArea = createColRectangle (1906.72839 ,874.65771, 100, 100 ) 
local hillRadar = createRadarArea ( 1906.72839 ,874.65771, 100, 100, 24, 198, 238, 100) 
  
function HitArea ( element ) 
 if ( source == hillArea ) then 
  if ( element == getLocalPlayer (   ) ) then 
   if not ( getPedOccupiedVehicle ( element ) ) then 
      setPedAnimation ( element, "ped", "WOMAN_walknorm" ) 
   end 
  end 
 end 
end 
addEventHandler( "onClientColShapeHit", resourceRoot, HitArea ) 
Link to comment
local hillArea = createColRectangle (1906.72839 ,874.65771, 100, 100 ) 
local hillRadar = createRadarArea ( 1906.72839 ,874.65771, 100, 100, 24, 198, 238, 100) 
  
function HitArea ( element ) 
 if ( source == hillArea ) then 
  if ( element == getLocalPlayer (   ) ) then 
   if not ( getPedOccupiedVehicle ( element ) ) then 
      setPedAnimation ( element, "ped", "WOMAN_walknorm" ) 
   end 
  end 
 end 
end 
addEventHandler( "onClientColShapeHit", resourceRoot, HitArea ) 

اف حتى ذا ما زبط

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