--[[ -- Author: Cristian Rizea -- Desc: License File -- -- Copyright (c) 2004, All Rights Reserved. ]] function License() SetMaterial( 'License', 0 , "Menu\\MenuTextures\\License\\bgrdLicense.dds", 255, 255, 255, 255 ); SetPos( 'License', 0 , 0, 0); SetDim( 'License', 0 , 640, 480); AddArea( 'License', "LicenseArea" ); GUISetVisible( 'License', 0 ); end