Ban account problem
#9

create a var called (anything you want).
pawn Код:
new file[100];
Now:

pawn Код:
format(file, sizeof(file),"Users/%s.ini", name); //You have to define your user path
Now check
pawn Код:
if(!fexist(file)) //--------Your codes---------//
proper will be:

pawn Код:
new file[100];
format(file, sizeof(file),"Users/%s.ini", name); //You have to define your user path
if(!fexist(file)) //--------Your codes---------//
That should work.
Reply


Messages In This Thread
Ban account problem - by Face9000 - 26.10.2012, 09:38
Re: Ban account problem - by HyDrAtIc - 26.10.2012, 09:47
Re: Ban account problem - by JaKe Elite - 26.10.2012, 09:52
Re: Ban account problem - by RedJohn - 26.10.2012, 10:00
Re: Ban account problem - by Face9000 - 26.10.2012, 10:34
Re: Ban account problem - by JaKe Elite - 26.10.2012, 10:41
Re: Ban account problem - by Face9000 - 26.10.2012, 10:45
Re: Ban account problem - by JaKe Elite - 26.10.2012, 10:48
Re: Ban account problem - by Jarnu - 26.10.2012, 11:03
Re: Ban account problem - by Face9000 - 26.10.2012, 11:31

Forum Jump:


Users browsing this thread: 1 Guest(s)