#AL-J7EEEM Posted April 10, 2017 Share Posted April 10, 2017 السلام عليكم ورحمه الله وبركاته الكود , function onHit ( player ) if source == marker1 then if player == localPlayer then guiSetVisible(Police_System,true) showCursor(true) points = getElementData(killer,"PolicePoint") guiSetText(label_kill,""..PolicePoint.."") end end end addEventHandler("onClientMarkerHit",root, onHit ) الحين الاخطاء في السطرين هذول points = getElementData(killer,"PolicePoint") guiSetText(label_kill,""..PolicePoint.."") اول سطر الارقمنت تاني سطر الداتا الي هي بوليس بونت ممكن تصحيح؟ Link to comment
AHMED MOSTAFA Posted April 10, 2017 Share Posted April 10, 2017 10 hours ago, #AL-J7EEEM said: السلام عليكم ورحمه الله وبركاته الكود , function onHit ( player ) if source == marker1 then if player == localPlayer then guiSetVisible(Police_System,true) showCursor(true) points = getElementData(killer,"PolicePoint") guiSetText(label_kill,""..PolicePoint.."") end end end addEventHandler("onClientMarkerHit",root, onHit ) الحين الاخطاء في السطرين هذول points = getElementData(killer,"PolicePoint") guiSetText(label_kill,""..PolicePoint.."") اول سطر الارقمنت تاني سطر الداتا الي هي بوليس بونت ممكن تصحيح؟ انت مسوي الداتا على اساس وش ؟ + PolicePoint وش هي ؟ Link to comment
#AL-J7EEEM Posted April 10, 2017 Author Share Posted April 10, 2017 4 minutes ago, Killer Project said: انت مسوي الداتا على اساس وش ؟ + PolicePoint وش هي ؟ شكرا علي ردك واهتمامك , لكن لقد حللت المشكله يغلق# Link to comment
AHMED MOSTAFA Posted April 10, 2017 Share Posted April 10, 2017 9 hours ago, #AL-J7EEEM said: شكرا علي ردك واهتمامك , لكن لقد حللت المشكله يغلق# العفو .. ماسويت شي ذذ@!#NssoR_) Link to comment
#STZ Posted April 11, 2017 Share Posted April 11, 2017 addEventHandler( "onClientMarkerHit", marker, function( p ) if ( p == localPlayer ) then guiSetVisible(Police_System,true) showCursor(true) points = getElementData(p,"PolicePoint") guiSetText(label_kill,points) end end ) لافادة الاخرين تصحيح الكود 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