FEXIST problem. Please help!
#1

Hello i cant compile my GM. heres the code and the problem.

on GameModeInit
Quote:

new File:totalAccount=fopen("/BuGliCH/total/totalAccount.ini", io_write);
if(!fexist(totalAccount)
{
fwrite(totalAccount, "total accounts = 0");
fclose(totalAccount);
}

PAWNO Result:

Quote:

C:\Users\Manu\Desktop\SAMP\gamemodes\TEST1.pwn(301 ) : error 035: argument type mismatch (argument 1)
C:\Users\Manu\Desktop\SAMP\gamemodes\TEST1.pwn(152 93) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

*Line 301 is: if(!fexist(totalAccount)

Please Help! Thanks
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: 4 Guest(s)