Jump to content

showCursor


justboy

Recommended Posts

السلام عليكم ورحمة الله وبركاته

كل عام وانتم بخير واتممنى لكم عام سعيد

ندخل بصلب الموضوع

عندي مشكلة في تحديد اللاعب

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 by Guest
Link to comment
addEventHandler("onClientMarkerHit", root ,function( hitPlayer, matchingDimension ) 
   if hitPlayer == localPlayer then 
            guiSetVisible(wid ,true) 
             showCursor ( true) 
    end        
    end) 

ماتقدر تحدد الاعب مادام هو ب جانب كلينت

Link to comment
addEventHandler("onClientMarkerHit", root ,function( hitPlayer, matchingDimension ) 
   if hitPlayer == localPlayer then 
            guiSetVisible(wid ,true) 
             showCursor ( true) 
    end        
    end) 

ماتقدر تحدد الاعب مادام هو ب جانب كلينت

مشكور

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...