Hi habe lange nichts mehr mit meinem Alten GF angefangen habe einen /hcreate befehl wo auch alles klappt nur würde auch gerne mit einem /hdelete befehl wieder das haus löschen können aus der .cfg datei oderso^^
new HouseInfo[100][hInfo];
new Float:HouseInt_Spawn_X[50];
new Float:HouseInt_Spawn_Y[50];
new Float:HouseInt_Spawn_Z[50];
new HouseInt_Interior[50];
enum hInfo
{
Float:hEntrancex,
Float:hEntrancey,
Float:hEntrancez,
Float:hExitx,
Float:hExity,
Float:hExitz,
hHealthx,
hHealthy,
hHealthz,
hArmourx,
hArmoury,
hArmourz,
hOwner[MAX_PLAYER_NAME],
hDiscription[MAX_PLAYER_NAME],
hValue,
hHel,
hArm,
hInt,
hLock,
hOwned,
hRooms,
hRent,
hTV,
hAlarm,
hRentabil,
hTakings,
hVec,
hVcol1,
hVcol2,
hDate,
hLevel,
hMuell,
hInteriorID,
Float:hCarSpawnX,
Float:hCarSpawnY,
Float:hCarSpawnZ,
Float:hCarSpawnRot,
hCID,
hNitro,
Text3D:label[34],
};