Jump to content

خطأ


z24d

Recommended Posts

Posted

السلام عليكم

شلون اذا دخلت الماركر مثلآ ينقلني مكان تدريجياً يعني مو علطول نقل

i_32f18af6671.jpg

لا اله الا انت سبحانك اني كنت من الظالمين..#

Name: #Monster , #Master

Skype : fcbmjnon

Posted

لا يعني دخل ماركر وانا مسوي الماركر ينقلني مكان

رح ينقلني علطول ويجيب لاق ابيه تصير سوداء الشاشه وترجع يعني بسيررفرات كثير الحركة

i_32f18af6671.jpg

لا اله الا انت سبحانك اني كنت من الظالمين..#

Name: #Monster , #Master

Skype : fcbmjnon

Posted
fadeCamera 

+

setTimer 

عشان يستخدمها ليوخر السواد بعد وقت معين ,

Discord: LoOs#1111

_____________________________

76561198299431254.png

Posted
  
fadeCamera(source,true)  
setTimer( source ,2000 ,1 ,fadeCamera, false ) 
  

كذآ يعني؟

i_32f18af6671.jpg

لا اله الا انت سبحانك اني كنت من الظالمين..#

Name: #Monster , #Master

Skype : fcbmjnon

Posted

لا أنت قالبها أنت مسوي يصير الفاد ترو يعني الشاشة ظاهرة وبعد 5 ثواني تصير سوداء أقلبها ذذذ

"A Year from Now You May Wish You Had Started Today"

Posted

أها

سنكث يو

i_32f18af6671.jpg

لا اله الا انت سبحانك اني كنت من الظالمين..#

Name: #Monster , #Master

Skype : fcbmjnon

Posted

bool fadeCamera ( player thePlayer, bool fadeIn, [ float timeToFade = 1.0, int red = 0, int green = 0, int blue = 0 ] )

وشي

timeToFade

i_32f18af6671.jpg

لا اله الا انت سبحانك اني كنت من الظالمين..#

Name: #Monster , #Master

Skype : fcbmjnon

Posted

الوقت الي راح يستغرقه الفادي ثم يرجع لوضعه الطبيعي أرقمنت أختيار ذذذ

"A Year from Now You May Wish You Had Started Today"

Posted
local Ma9ter = createMarker( 2412.213333, 2512.12331114, 10.212512, "cylinder", 255, 255, 2, 60, root ) 
  
addEventHandler( "onMarkerHit", root, Ma9ter 
function(hitElement) 
fadeCamera( source, false ) 
setTimer( source, 1500, 1, setElementPosition, 0 ,0 ,0) 
setTimer( source, 1500, 1,fadeCamera, true) 
end) 

i_32f18af6671.jpg

لا اله الا انت سبحانك اني كنت من الظالمين..#

Name: #Monster , #Master

Skype : fcbmjnon

Posted

?? الكود صحيح؟

i_32f18af6671.jpg

لا اله الا انت سبحانك اني كنت من الظالمين..#

Name: #Monster , #Master

Skype : fcbmjnon

Posted
local myMarker = createMarker( 2412.213333, 2512.12331114, 10.212512, "cylinder", 1, 255, 255, 2, 60 ) 
  
addEventHandler( "onMarkerHit", root, myMarker, 
function (  ) 
fadeCamera( source, false ) 
setTimer( source, 1500, 1, setElementPosition, 0 ,0 ,0) 
setTimer( source, 1500, 1,fadeCamera, true) 
end 
) 

مايشتغل بعد

i_32f18af6671.jpg

لا اله الا انت سبحانك اني كنت من الظالمين..#

Name: #Monster , #Master

Skype : fcbmjnon

Posted
local myMarker = createMarker( 2412.213333, 2512.12331114, 10.212512, "cylinder", 1, 255, 255, 2, 60 ) 
  
addEventHandler( "onMarkerHit", myMarker, 
function (hitPlayer) 
if getElementType(hitPlayer) ~= "player" then return end 
fadeCamera( hitPlayer, false ) 
setTimer( setElementPosition, 1500, 1, hitPlayer, 0 ,0 ,0) 
setTimer( fadeCamera, 1500, 1, hitPlayer, true) 
end 
) 

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