View Single Post
pdoubleopdawg
Senior Member
Join Date: Aug 2005
Old 09-29-2005 , 19:29  
Reply With Quote #19

Code:
if(!file_exists(szFile))   {           log_amx("[ChickenSuit] File ^"%s^" does not exist. Auto-Generating now.",szFile)         write_file(szFile,"; first time user.")         return PLUGIN_HANDLED   }
pdoubleopdawg is offline