Need help how to save my biz
#2

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


Messages In This Thread
Need help how to save my biz - by Lloyde - 01.12.2013, 07:15
Re: Need help how to save my biz - by Voxel - 01.12.2013, 07:23
Re: Need help how to save my biz - by Lloyde - 01.12.2013, 07:33
Re: Need help how to save my biz - by Voxel - 01.12.2013, 07:38

Forum Jump:


Users browsing this thread: 1 Guest(s)