Jump to content

Recommended Posts

يعني عايز يخرجها في العالم الوهمي بس و العالم العادي رقم 0 لا ؟

addEventHandler("onPlayerWeaponSwitch",root,
function ()
    if getElementDimension(source) not == 0 then
      cancelEvent()
 	   end
	end
)

 

Edited by #MR.NaiF
Link to comment

لا يخوي ابيه فقط ما يخرجها في العالم 0

واخليه يخرجها بمكان محدد واحد الي هو ساحة القتال

والباقي عن طريق العالم الوهمي

مثلا عالم رقم 30 بتاع الديربي يمكننه اخرجاها

 

Link to comment
6 hours ago, #MR.NaiF said:

يعني عايز يخرجها في العالم الوهمي بس و العالم العادي رقم 0 لا ؟


addEventHandler("onPlayerWeaponSwitch",root,
function ()
    if getElementDimension(source) not == 0 then
      cancelEvent()
 	   end
	end
)

 

وش ذا يبني لا تساعد غلط

  • Like 1
Link to comment
1 hour ago, |M.r|LooFe| said:

لا يخوي ابيه فقط ما يخرجها في العالم 0

واخليه يخرجها بمكان محدد واحد الي هو ساحة القتال

والباقي عن طريق العالم الوهمي

مثلا عالم رقم 30 بتاع الديربي يمكننه اخرجاها

 

addEventHandler ( 'onPlayerWeaponSwitch', root,
function()
  if getElementDimension(source) == 0 then
    toggleControl ( source, 'fire', false )	
      else
	toggleControl ( source, 'fire', true )
   end
end)

 

الترتيب خايس لأني جوال .. ذذ

Edited by #BrosS
Link to comment
20 hours ago, #BrosS said:

addEventHandler ( 'onPlayerWeaponSwitch', root,
function()
  if getElementDimension(source) == 0 then
    toggleControl ( source, 'fire', false )	
      else
	toggleControl ( source, 'fire', true )
   end
end)

 

الترتيب خايس لأني جوال .. ذذ

تقدر تختصرها كذا

addEventHandler ( 'onPlayerWeaponSwitch', root,

function()
toggleControl ( source, 'fire', getElementDimension(source) ~= 0 )
end)

 

  • Like 1
Link to comment
3 hours ago, </Mr.Tn6eL> said:

تقدر تختصرها كذا


addEventHandler ( 'onPlayerWeaponSwitch', root,

function()
toggleControl ( source, 'fire', getElementDimension(source) ~= 0 )
end)

 

شكرا على المعلومة ذذ :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...