07.12.2015, 20:17
Quote:
|
Mind putting the createhouse command as the problem might be there or something in loading/saving function if you have one.
|
This is being called when they create the house. Loading isnt the problem as it loads properly from selected ID.
PHP код:
public OnHouseCreation() {
HouseInfo[houseid][HID] = cache_insert_id();
return 1;
}


