01.12.2013, 07:23
At the second screenshot at line 42038 you forgot a "," at
So it becomes
Also i think you ended the code line at [pBusiness]); using the ";", I dont think that should be there so try making it
pawn Код:
SaveBiz=%s\n PlayerInfo
//Over here ^ between \n and PlayerInfo you need a ","
pawn Код:
SaveBiz=%s\n, PlayerInfo
pawn Код:
.... .... [pBusiness]); //<--- Code line ended
fWrite(hFile, var); //The next line