--[[ -- Author: Cristian Rizea -- Desc: detection File -- -- Copyright (c) 2004, All Rights Reserved. ]] function LicenseArea() SetMaterial( 'LicenseArea', 0 ,"", 255,180,180,180 ); SetMaterial( 'LicenseArea', 1 ,"", 255,180,180,180 ); SetPos( 'LicenseArea',0 , 38, 239); SetDim( 'LicenseArea',0 , 565, 166 ); SetPos( 'LicenseArea',1 , 38, 239); SetDim( 'LicenseArea',1 , 565, 166 ); GUISetVisible('LicenseArea', 0 ); end