function e ( player )
x,y,z = getElementPosition (thePlayer)
local marker = createMarker (x,y,z, "cylinder", 2, 77 , 99, 31, 224)
if getElementType ( player ) == "player" then
local Acc_Name = getAccountName ( getPlayerAccount ( source ))
if isObjectInACLGroup ("user."..Acc_Name, aclGetGroup ( "Console" ) ) then
setElementHealth ( player, 100 )
setPedArmor ( player, 100 )
setPedSkin ( player, 230 )
else
outputChatBox ( "Only The Console", player, 244 , 87, 10, true )
end
end
end
addEventHandler ( "onMarkerHit", marker,e,root)
addCommandHandler ("marker",e)
غيير مجرب , بالتوفيق ,