αвυ-wαleed Posted March 29, 2014 Share Posted March 29, 2014 local marker1 = createMarker(2969.291015625,-700.45721435547,2.100, "cylinder", 2, 255, 0, 0) function open(player) if isElementWithinMarker(player, marker1) then giveWeapon ( player , 38,999999 ) end end ابغى تعديل حاجة ابغى قبل يعطية السلاح يتأكد اذا هو معه من اول مايعطية اذا مامعه يعطية Link to comment
EH10 Posted March 29, 2014 Share Posted March 29, 2014 جـرب * local marker1 = createMarker(2969.291015625,-700.45721435547,2.100, "cylinder", 2, 255, 0, 0) function open(player) if isElementWithinMarker(player, marker1) then giveWeapon( player , 38, 999999 ) else outputChatBox( "أنـت لـديـك سـلاح", player, 255, 255, 0, true ) end end ) Link to comment
ahmed1010 Posted March 29, 2014 Share Posted March 29, 2014 جـرب * local marker1 = createMarker(2969.291015625,-700.45721435547,2.100, "cylinder", 2, 255, 0, 0) function open(player) if isElementWithinMarker(player, marker1) then giveWeapon( player , 38, 999999 ) else outputChatBox( "أنـت لـديـك سـلاح", player, 255, 255, 0, true ) end end ) ههههههههه لن تنفع كده انت هتطلع فى الشات لديك سلاح بس و رح يأخذ السلاح برده Link to comment
ALw7sH Posted March 29, 2014 Share Posted March 29, 2014 local marker1 = createMarker(2969.291015625,-700.45721435547,2.100, "cylinder", 2, 255, 0, 0) function open(player) if ( getSlotFromWeapon ( 38 ) == 0 ) then giveWeapon ( player , 38,999999 ) end end Link to comment
al-Kobra Posted March 29, 2014 Share Posted March 29, 2014 local marker1 = createMarker(2969.291015625,-700.45721435547,2.100, "cylinder", 2, 255, 0, 0) function open ( element ) if getElementType( element ) == 'player' and not isPedInVehicle (element) and isElementWithinMarker( element, marker1 ) then giveWeapon( element , 38, 9999 ) end end Link to comment
#Rmad~> Posted March 29, 2014 Share Posted March 29, 2014 local marker1 = createMarker(2969.291015625,-700.45721435547,2.100, "cylinder", 2, 255, 0, 0) function open ( element ) if getElementType( element ) == 'player' and not isPedInVehicle (element) and isElementWithinMarker( element, marker1 ) then giveWeapon( element , 38, 9999 ) end end ماله دخل التحقق من السيارة بالموضوع , Link to comment
ALw7sH Posted March 29, 2014 Share Posted March 29, 2014 تراه قال اذا معه سلاح مايعطيه واذا مامعه سلاح مايعطيه ع الي فهمته انه م قال يبي اذا خش الماركر من قبل ._. 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