تسلم لكن كودك فيه خطآ كذا مايطلع الماركر المفروض كذا
local Marker = createMarker(1148, 1366, 9, 'cylinder', 2.0, 255, 0, 0, 150 )
addEventHandler ( 'onMarkerHit', Marker,
function ( hitElement )
if ( getElementType ( hitElement ) == 'player') and ( getElementModel ( hitElement) ~= 263 )
then
setElementModel ( hitElement, 263 )
outputChatBox ( 'Skin Changed ', hitElement, 255, 255, 0 )
else
outputChatBox ( 'You alredy have the Skin ', hitElement, 255, 0, 0 )
end
end
)
وشكرا شباب