View Single Post
pdoubleopdawg
Senior Member
Join Date: Aug 2005
Old 09-11-2005 , 23:54  
Reply With Quote #2

Instead of giving the user the file to put there, just add this in.

Code:
public plugin_init() {     write_configfile() } public write_configfile() {     if(!file_exists(configfile)) {         write_file(configfile,"// First time user",-1)         return PLUGIN_CONTINUE     } }
pdoubleopdawg is offline