Raised This Month: $ Target: $400
 0% 

"delete_file" Can't delete "csstats.dat"?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
alien
Senior Member
Join Date: Aug 2005
Location: London || Slovakia
Old 11-30-2007 , 21:16   Re: "delete_file" Can't delete "csstats.dat"?
Reply With Quote #2

Code:
public plugin_end()   {     new path[65]     new dat[128]     get_localinfo( "amxx_datadir", path, 64 )     format(dat, 127,"%s/csstats.dat", path )     if (file_exists(dat))       {         log_amx("file is %s",dat)         delete_file(dat)       }         return PLUGIN_CONTINUE   }
__________________
alien is offline
Send a message via ICQ to alien
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode