01.12.2013, 07:15
Need help how to save my biz
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
01.12.2013, 07:33
what should i insert in this
is that right 256 or 32
PHP код:
format(var,... HERE...... , "SaveBiz=%s\n" PlayerInfo[playerid][pBusiness]);fWrite(hFile, var);
01.12.2013, 07:38
I'm not sure what that is suposed to be, what does that value do?
« Next Oldest | Next Newest »
Users browsing this thread: 3 Guest(s)