Need help how to save my biz
#1

How to save my biz because if i buy business if i /q and i will back again in the game i use /mybiz and he said that

YOU DONT HAVE ANY BUSINESS

















Reply
#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
#3

what should i insert in this

PHP код:
format(var,... HERE...... , "SaveBiz=%s\n" PlayerInfo[playerid][pBusiness]);fWrite(hFile, var); 
is that right 256 or 32
Reply
#4

I'm not sure what that is suposed to be, what does that value do?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)