justboy Posted October 25, 2014 Share Posted October 25, 2014 (edited) السلام عليكم ورحمة الله وبركاتهكل عام وانتم بخير واتممنى لكم عام سعيد ندخل بصلب الموضوع عندي مشكلة في تحديد اللاعب addEventHandler("onClientMarkerHit", root ,function( hitPlayer, matchingDimension ) guiSetVisible(wid ,true) showCursor ( ...... ,true) end) ضفت hitPlayer بس ما اشتغل تم حل المشكلة addEventHandler("onClientMarkerHit", root ,function( hitPlayer, matchingDimension ) if hitPlayer == localPlayer then guiSetVisible(wid ,true) showCursor ( true) end end) والسبب هو : ما اقدر احدد اللاعب في جانب الكلينت Edited October 25, 2014 by Guest Link to comment
xFace[B]ook Posted October 25, 2014 Share Posted October 25, 2014 addEventHandler("onClientMarkerHit", root ,function( hitPlayer, matchingDimension ) if hitPlayer == localPlayer then guiSetVisible(wid ,true) showCursor ( true) end end) ماتقدر تحدد الاعب مادام هو ب جانب كلينت Link to comment
justboy Posted October 25, 2014 Author Share Posted October 25, 2014 addEventHandler("onClientMarkerHit", root ,function( hitPlayer, matchingDimension ) if hitPlayer == localPlayer then guiSetVisible(wid ,true) showCursor ( true) 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