Jump to content

Varriable's return every time 1 .. why?


Go to solution Solved by FireFox,

Recommended Posts

Posted (edited)

hello!

i have this code, and want to check these files.. if these files in the "@ScriptDir" then set the "HackCheck" to 1.. but every time set it to 1, if have them files, or not ...

$mappa = @ScriptDir & "\mod_sa"
$mappa2 = @ScriptDir & "\CLEO"
 
If FileFindFirstFile("d3d9.dll") Then $HackCheck = 1
If FileFindFirstFile("[HAX]mod_sa.ini") Then $HackCheck = 1
If FileFindFirstFile("mod_sa.ini") Then $HackCheck = 1
If FileFindFirstFile("[HAX]friendlist.ini") Then $HackCheck = 1
If FileFindFirstFile("friendlist.ini") Then $HackCheck = 1
If FileExists($mappa) Then $HackCheck = 1
If FileExists($mappa2) Then $HackCheck = 1 
If FileFindFirstFile("mod_sa.exe") Then $HackCheck = 1
Edited by ReMoTe04
Posted

Please read the helpfile, it's not how the function (FileFindFirstFile) should be used.

 

Thanks :) im used "FileExist" and it is good :D love <3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...