FEXIST problem. Please help!
#4

Quote:
Originally Posted by Pillhead2007
Посмотреть сообщение
Код:
new File:totalAccount=fopen("/BuGliCH/total/totalAccount.ini", io_write);
if(fexist(totalAccount)
{
fwrite(totalAccount, "total accounts = 0");
fclose(totalAccount);
}
try this
Quote:
Originally Posted by ZaakWest
Посмотреть сообщение
strcmp is for comparing strings, not integers.
Код:
new File:totalAccount=fopen("/BuGliCH/total/totalAccount.ini", io_write);
if(fexist(totalAccount)
{
fwrite(totalAccount, "total accounts = 0");
fclose(totalAccount);
}}
There.
Either of that replies. Ive followed this post: http://forum.sa-mp.com/showthread.ph...60#post2553860
and there was an S on if(fexist(totalAccount), like if(fexists(totalAccount). but I deleted it because it was giving me the undefined symbol result
Reply


Messages In This Thread
FEXIST problem. Please help! - by VIZ3N - 03.06.2013, 01:55
Re: FEXIST problem. Please help! - by Pillhead2007 - 03.06.2013, 02:09
AW: FEXIST problem. Please help! - by ZaakWest - 03.06.2013, 02:10
Re: AW: FEXIST problem. Please help! - by VIZ3N - 03.06.2013, 02:19
Re: FEXIST problem. Please help! - by 2KY - 03.06.2013, 02:34
Re: FEXIST problem. Please help! - by Pottus - 03.06.2013, 03:58

Forum Jump:


Users browsing this thread: 5 Guest(s)