aL.Kfo Posted June 12, 2016 Share Posted June 12, 2016 السلام عليكم شباب معي مشكلة لو الماركر قدامي ومعي سيكل او سيارة ورميت السيكل على الماركر يفتح وانا لسة ماوصلت لة ابية مايفتح كيف Link to comment
Jupi Posted June 12, 2016 Share Posted June 12, 2016 السلام عليكمشباب معي مشكلة لو الماركر قدامي ومعي سيكل او سيارة ورميت السيكل على الماركر يفتح وانا لسة ماوصلت لة ابية مايفتح كيف isPedInVehicle Link to comment
aL.Kfo Posted June 12, 2016 Author Share Posted June 12, 2016 function ( Player ) if isPedInVehicle ( source == GUIEditor_Marker[2] ) then showCursor( false ) end end addEventHandler ( "onClientMarkerLeave",root, مازبط Link to comment
Jupi Posted June 12, 2016 Share Posted June 12, 2016 addEventHandler("onClientMarkerHit", root, function (P, D) if P == localPlayer and D and not isPedInVehicle(localPlayer) then guiSetVisible(Window, true) end end ) Link to comment
aL.Kfo Posted June 12, 2016 Author Share Posted June 12, 2016 addEventHandler("onClientMarkerHit", root, function (P, D) if P == localPlayer and D and not isPedInVehicle(localPlayer) then guiSetVisible(Window, true) end end ) لارحت اي ماركر ثاني تفتح لي اللوحة اللي حطيت اسمها بكودك Link to comment
Jupi Posted June 12, 2016 Share Posted June 12, 2016 addEventHandler("onClientMarkerHit", root, function (P, D) if P == localPlayer and D and not isPedInVehicle(localPlayer) and source == Yourmarker then guiSetVisible(Window, true) end end ) لارحت اي ماركر ثاني تفتح لي اللوحة اللي حطيت اسمها بكودك YourMarker = متغير ماركر حقك 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