Posts: 3,351
Threads: 780
Joined: Jan 2010
You need to post the saving houses line(s),you can't expect we understand your problem just with a screen of the samp-server executable and the phpMyAdmin gui.
Posts: 44
Threads: 8
Joined: Jul 2012
Reputation:
0
will i find that in the pawno, or the notepad?
Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by Nathaniel69
will i find that in the pawno, or the notepad?
|
If i need some food i open the fridge,not the bathroom.
Posts: 44
Threads: 8
Joined: Jul 2012
Reputation:
0
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Houses...", 1);
SaveHouses();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Dynamic Doors...", 1);
SaveDynamicDoors();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Map Icons...", 1);
they were some lines, it says it saves. but when i restart they are all gone
Posts: 3,351
Threads: 780
Joined: Jan 2010
Post the SaveHouses(); code.
Posts: 3,351
Threads: 780
Joined: Jan 2010
Open Pawno,press CTRL+F,in the search box type SaveHouses(); - Press "OK" and post here all the code releated.
Posts: 44
Threads: 8
Joined: Jul 2012
Reputation:
0
this
SaveHouses();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Dynamic Doors...", 1);
SaveDynamicDoors();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Map Icons...", 1);
SaveDynamicMapIcons();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Gates...", 1);
SaveGates();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Event Points...", 1);
SaveEventPoints();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Paintball Arenas...", 1);
SavePaintballArenas();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Server Configuration", 1);
Misc_Save();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Office Elevator...", 1);
SaveElevatorStuff();
ABroadCast(COLOR_YELLOW, "{AA3333}Maintenance{FFFF00}: Force Saving Faction Pay...", 1);
SaveThePay();
this
SaveHouses();
SendClientMessageEx(playerid, COLOR_YELLOW, "All houses updated sucessfully.");
SaveAllAccountsUpdate();
//g_mysql_DumpAccounts();
SendClientMessageEx(playerid, COLOR_YELLOW, "All player accounts updated successfully.");
}
else {
SendClientMessageEx(playerid, COLOR_GREY, "You are not authorized to use that command.");
}
return 1;
and there is no more text found