مانتبهت لهشي بس عطيته المطلوب
addEvent ( "buyInvisible", true)
addEventHandler ( "buyInvisible", root, function ( )
local check = getElementAlpha ( source ) == 255
if ( getPlayerMoney ( source ) >= 10000 ) then
takePlayerMoney ( source, check and 10000 )
outputChatBox ( check and "انت الان مختفى" or "انت الان غير مختفي", source, 0, 255, 0, true )
setElementAlpha ( source, check and 0 or 255 )
setPlayerNametagShowing ( source, not check )
end
end )
انا مافهمتك انت تبي ياخذ الفلوس لما يشتري ولما يشيل ولا بس لما يشتري
@mazzika!!