Adham Posted February 16, 2017 Share Posted February 16, 2017 سلام عليكم مسوي لما يخش مركر يجيب الشاشه سودا المشكله : ان لما يخش لمركر يجي شاشه سودا بعد م يخش المحل انا ابيه قبل م يخش addEventHandler ( "onClientMarkerHit", EnterBank, function ( hitPlayer ) if hitPlayer == localPlayer and not isPedInVehicle( hitPlayer ) then fadeCamera( false ) setElementInterior ( hitPlayer, 3, 386.28336, 174.05826, 1008.38281 ) setTimer( fadeCamera, 1500, 1, true ) end end ) Link to comment
#DRAGON!FIRE Posted February 16, 2017 Share Posted February 16, 2017 انت قلت لمن يخش الماركر تجي الشاشة السوداء طيب وين المشكلة ! اذا عندك مشكلة بالمكان غير الاحداثيات . Link to comment
Adham Posted February 16, 2017 Author Share Posted February 16, 2017 لين يخش المركر يجي شاشه سودا والشاشه السودا تختفي ويخش علي المحل فهمت علي ؟ والكود الفوق ذا لين اخش المركر يخش علي المحل بعدين يجي شاشه سودا وتختفي انا ابيه لما يخش ع المركر علطول Link to comment
iMr.WiFi..! Posted February 16, 2017 Share Posted February 16, 2017 كيف يخش الماركر علطول ؟ Link to comment
^iiEcoo'x_) Posted February 16, 2017 Share Posted February 16, 2017 addEventHandler ( "onClientMarkerHit", EnterBank, function ( hitPlayer ) if hitPlayer == localPlayer and not isPedInVehicle( hitPlayer ) then fadeCamera( false ) setTimer( fadeCamera, 1500, 1, true ) setElementInterior ( hitPlayer, 3, 386.28336, 174.05826, 1008.38281 ) end end ) مدري ، جرب Link to comment
^iiEcoo'x_) Posted February 17, 2017 Share Posted February 17, 2017 function WarpToBank (player) setElementInterior ( player, 3, 386.28336, 174.05826, 1008.38281 ) fadeCamera( true ) end addEventHandler ( "onClientMarkerHit", EnterBank, function ( player ) if player == localPlayer and not isPedInVehicle( player ) then fadeCamera( false ) setTimer( WarpToBank,player, 1500, 1 ) end end ) جربه ! Link to comment
Adham Posted February 17, 2017 Author Share Posted February 17, 2017 ظبتت بس لما ادخل المحل م تختفي الشاشه السودا Link to comment
^iiEcoo'x_) Posted February 17, 2017 Share Posted February 17, 2017 جرب امسح الاحداثيات , 386.28336, 174.05826, 1008.38281 Link to comment
#Soking Posted February 17, 2017 Share Posted February 17, 2017 addEventHandler ( 'onMarkerHit' , aMarker , function ( aPlayer ) if ( getElementType ( aPlayer ) == 'player' and not isPedInVehicle ( aPlayer ) ) then fadeCamera ( aPlayer , false ) setTimer ( function ( aPlayer ) fadeCamera ( aPlayer , true ) setElementInterior ( aPlayer , 3, 386.283 , 174.058, 1008.382 ) end , 5000 , 1 , aPlayer ) end end ) خله سيرفر 1 Link to comment
Adham Posted February 17, 2017 Author Share Posted February 17, 2017 لما اخش المركر م يخش شي local am = createMarker ( 1481.05750, -1772.31396, 20.51637-0.59, "arrow", 2.0, 2, 255, 48, 170 ) addEventHandler ( 'onMarkerHit' , am, function ( aPlayer ) if ( getElementType ( aPlayer ) == 'player' and not isPedInVehicle ( aPlayer ) ) then fadeCamera ( aPlayer , false ) setTimer ( function ( aPlayer ) fadeCamera ( aPlayer , true ) setElementInterior ( aPlayer , 3, 386.283 , 174.058, 1008.382 ) end , 5000 , 1 , aPlayer ) end end ) Link to comment
خلف Posted February 17, 2017 Share Posted February 17, 2017 4 minutes ago, Deativated said: لما اخش المركر م يخش شي local am = createMarker ( 1481.05750, -1772.31396, 20.51637-0.59, "arrow", 2.0, 2, 255, 48, 170 ) addEventHandler ( 'onMarkerHit' , am, function ( aPlayer ) if ( getElementType ( aPlayer ) == 'player' and not isPedInVehicle ( aPlayer ) ) then fadeCamera ( aPlayer , false ) setTimer ( function ( aPlayer ) fadeCamera ( aPlayer , true ) setElementInterior ( aPlayer , 3, 386.283 , 174.058, 1008.382 ) end , 5000 , 1 , aPlayer ) end end ) خليته سيرفر ؟ 1 Link to comment
Adham Posted February 17, 2017 Author Share Posted February 17, 2017 ايه .. خلاص شكرا Soking ظبت 1 Link to comment
#Soking Posted February 17, 2017 Share Posted February 17, 2017 2 minutes ago, Deativated said: ايه .. خلاص شكرا Soking ظبت العفو Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now