+Source|> Posted July 1, 2017 Share Posted July 1, 2017 (edited) سلام عليكم هذا الكود اعتقد صحيح يقول مشكله في local accName = getAccountName( getPlayerAccount (player) ) الكود addEvent("enterpolice", true) addEventHandler("enterpolice", root, function(player) local accName = getAccountName ( getPlayerAccount ( player ) ) if isObjectInACLGroup("user."..accName, aclGetGroup("Console") ) then setElementInterior( source, 3, 238.77066,142.54713,1003.02344 ) end end ) + كيف اخلي ذا ماركر مخفي createMarker( 2497.71240,-1666.79272,13.34375, "cylinder", 1, 0, 0, 0 ) Edited July 1, 2017 by A7MEDENO Link to comment
^iiEcoo'x_) Posted July 1, 2017 Share Posted July 1, 2017 هات الترايقر من كلاينت + createMarker ( x , y , z , 'type' , size , red , green , blue , alpha , visible ) 1 Link to comment
+Source|> Posted July 1, 2017 Author Share Posted July 1, 2017 1 hour ago, #_iMr.[E]coo said: هات الترايقر من كلاينت + createMarker ( x , y , z , 'type' , size , red , green , blue , alpha , visible ) addEvent("enterpolice", true) addEventHandler("enterpolice", root, function(player) local accName = getAccountName ( getPlayerAccount ( player ) ) if isObjectInACLGroup("user."..accName, aclGetGroup("Console") ) then setElementInterior( source, 3, 238.77066,142.54713,1003.02344 ) end end ) ما ظبطة وش اسوي فيها Link to comment
+Source|> Posted July 1, 2017 Author Share Posted July 1, 2017 2 minutes ago, Talis said: هات الترايقر addEventHandler("onClientMarkerHit", police, function(plr) if plr == localPlayer then triggerServerEvent("enterpolice", localPlayer) end end ) Link to comment
Mhmd.z Posted July 1, 2017 Share Posted July 1, 2017 addEvent("enterpolice", true) addEventHandler("enterpolice", root, function() local accName = getAccountName ( getPlayerAccount ( source ) ) if isObjectInACLGroup("user."..accName, aclGetGroup("Console") ) then setElementInterior( source, 3, 238.77066,142.54713,1003.02344 ) 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