Raised This Month: $ Target: $400
 0% 

[SOLVED] How to check if a file exists ?


Post New Thread Reply   
 
Thread Tools Display Modes
T-z3P
Senior Member
Join Date: Apr 2008
Location: Iasi, Romania
Old 12-03-2010 , 17:53   Re: [REQ] How to check if a file exists ?
Reply With Quote #11

Solved by the method explained in my previous post .
__________________


T-z3P is offline
Send a message via Yahoo to T-z3P Send a message via Skype™ to T-z3P
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-03-2010 , 17:59   Re: [REQ] How to check if a file exists ?
Reply With Quote #12

Quote:
Originally Posted by T-z3P View Post
Solved by the method explained in my previous post .
What solution? You did not provide a solution.
__________________
fysiks is offline
T-z3P
Senior Member
Join Date: Apr 2008
Location: Iasi, Romania
Old 12-05-2010 , 03:48   Re: [SOLVED] How to check if a file exists ?
Reply With Quote #13

PHP Code:
#include <amxmodx>

new const TheFile[ ] = "status.txt"

public plugin_precache()
{     
    
force_unmodified(force_exactfile,{0,0,0},{0,0,0},"status.txt")
    
    
set_cvar_float("mp_consistency",1.0)


public 
inconsistent_fileid, const szFileName[ ], szReason64 ] ) 
{
    if( 
equalszFileNameTheFile ) ) 
    {
        new 
banned_ip[16]
        
        
get_user_ip(id,banned_ip,15,1)
        
log_amx"Client: %i - Reason: %s"idszReason )
        
server_cmd("addip 360 ^"%s^";wait;wait;writeip"banned_ip)
    }

__________________



Last edited by T-z3P; 12-05-2010 at 04:24.
T-z3P is offline
Send a message via Yahoo to T-z3P Send a message via Skype™ to T-z3P
dxteam
Senior Member
Join Date: Dec 2005
Old 12-05-2010 , 10:45   Re: [SOLVED] How to check if a file exists ?
Reply With Quote #14

crab detected xD
dxteam is offline
Send a message via ICQ to dxteam
Old 12-05-2010, 13:25
Howdy!
This message has been deleted by Howdy!.
Reply



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 21:48.


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