Biz's not saving - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Biz's not saving (
/showthread.php?tid=446055)
Biz's not saving -
James Bob - 24.06.2013
When I restart or CMD

aveserver it biz's don't save, any suggestions?
PAWNO just crashes when I compile
pawn Код:
CMD:saveserver(playerid, params[])
{
if (PlayerInfo[playerid][pAdmin] >= 4) {
SaveCarrier();
SaveAccountsUpdate();
SaveHouses();
SaveBiz{};
SaveDynamicDoors();
SaveDynamicMapIcons();
SaveGates();
SaveEventPoints();
SavePaintballArenas();
SaveStuff();
SaveElevatorStuff();
SaveThePay();
SaveServerStats();
SendClientMessageEx(playerid, COLOR_YELLOW, "All Server stats have been saved!.");
}
else {
SendClientMessageEx(playerid, COLOR_GREY, "You are not authorized to use that command!");
}
return 1;
}