03.06.2013, 01:55
Hello i cant compile my GM. heres the code and the problem.
on GameModeInit
PAWNO Result:
*Line 301 is: if(!fexist(totalAccount)
Please Help! Thanks
on GameModeInit
Quote:
new File:totalAccount=fopen("/BuGliCH/total/totalAccount.ini", io_write); if(!fexist(totalAccount) { fwrite(totalAccount, "total accounts = 0"); fclose(totalAccount); } |
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. |
Please Help! Thanks