26.10.2012, 11:03
create a var called (anything you want).
Now:
Now check
proper will be:
That should work.
pawn Код:
new file[100];
pawn Код:
format(file, sizeof(file),"Users/%s.ini", name); //You have to define your user path
pawn Код:
if(!fexist(file)) //--------Your codes---------//
pawn Код:
new file[100];
format(file, sizeof(file),"Users/%s.ini", name); //You have to define your user path
if(!fexist(file)) //--------Your codes---------//