AHMED MOSTAFA Posted October 18, 2016 Share Posted October 18, 2016 x1,y1,z1 = -1335, -81, 14.14 x2,y2,z2 = -1330, -81, 14.14 myMarker1 = createMarker(x1,y1,z1,'cylinder',2,0,255,0,50) myMarker2 = createMarker(x2,y2,z2,'cylinder',2,255,0,0,50) addEventHandler('onMarkerHit',root, function( MyPlayer ) if getElementType( MyPlayer ) == 'player' and not isPedInVehicle( MyPlayer ) then if source == myMarker1 then givePlayerMoney ( MyPlayer ,50) elseif source == myMarker2 then takePlayerMoney ( MyPlayer ,50) end end end ) السلام عليكم ورحمة الله وبركاته سويت هذا الكود بس ما جربته في سيرفر استضافة ابي اعرف اذا مثلاً فتحت لوحة بهذه الطريقة هل بتفتح لي وحدي ام بتفتح للكل ؟؟ Link to comment
!#NssoR_) Posted October 18, 2016 Share Posted October 18, 2016 كودك صحيح ولكن انا مجرد رتبتلك الاكواد وضفت كود الترايقر addEventHandler('onMarkerHit',root, function( MyPlayer ) if getElementType( MyPlayer ) == 'player' and not isPedInVehicle( MyPlayer ) then if source == myMarker1 then givePlayerMoney ( MyPlayer ,50) triggerClientEvent(MyPlayer,'openWindow',MyPlayer) elseif source == myMarker2 then takePlayerMoney ( MyPlayer ,50) end end end ) بهذا الشكل كل شي تمام , ماعليك الا انك تكمل الكود بالكلنت وتحط اكواد فتحه اللوحة وكل شئ بيمشي طبيعي 1 Link to comment
AHMED MOSTAFA Posted October 18, 2016 Author Share Posted October 18, 2016 2 minutes ago, NssoR said: كودك صحيح ولكن انا مجرد رتبتلك الاكواد وضفت كود الترايقر addEventHandler('onMarkerHit',root, function( MyPlayer ) if getElementType( MyPlayer ) == 'player' and not isPedInVehicle( MyPlayer ) then if source == myMarker1 then givePlayerMoney ( MyPlayer ,50) triggerClientEvent(MyPlayer,'openWindow',MyPlayer) elseif source == myMarker2 then takePlayerMoney ( MyPlayer ,50) end end end ) بهذا الشكل كل شي تمام , ماعليك الا انك تكمل الكود بالكلنت وتحط اكواد فتحه اللوحة وكل شئ بيمشي طبيعي الترايقر وكل شي ساهل - موضوع اللوحة كان مثال فقط المهم شكراً على التأكيد ما ابي اسوي فيديوهات كاذبة وشروحات غلط شكراً لك مرة ثانية Link to comment
!#NssoR_) Posted October 18, 2016 Share Posted October 18, 2016 حيااك الله بأي وقت ماسوينا شي. 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