09.07.2009, 08:27
Yeah I'm pretty sure I pass all thouse and I don't use MYSQL lol but I made that so... I'm looking for SZR's house script or another dynamic house script so that the players can buy houses whereever they want instead of the static housing and when they sell the house it destroys it.. Any suggestions. Unless I fix this I'm good.
pawn Код:
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,
hRentabil,
hTakings,
hVec,
hVcol1,
hVcol2,
hDate,
hLevel,
};
new HouseInfo[36][hInfo];