09.12.2012, 11:48
pawn Код:
enum hInfo
{
hOwned,
hLevel,
hHInteriorWorld,
hCustomInterior,
hDescription[128],
hOwner[ MAX_PLAYER_NAME ],
Float: hExteriorX,
Float: hExteriorY,
Float: hExteriorZ,
Float: hExteriorR,
Float: hExteriorA,
Float: hInteriorX,
Float: hInteriorY,
Float: hInteriorZ,
Float: hInteriorR,
Float: hInteriorA,
hLock,
hRentable,
hRentFee,
hValue,
hSafeMoney,
hPot,
hCrack,
hMaterials,
hWeapons[ 5 ],
hGLUpgrade,
hPickupID,
Text3D: hTextID,
hCustomExterior,
Float: hMailboxX,
Float: hMailboxY,
Float: hMailboxZ,
Mail1Sender[26],
Mail1Topic[30],
Mail1Message[150],
Mail2Sender[26],
Mail2Topic[30],
Mail2Message[150],
Mail3Sender[26],
Mail3Topic[30],
Mail3Message[150],
Mail4Sender[26],
Mail4Topic[30],
Mail4Message[150],
Mail5Sender[26],
Mail5Topic[30],
Mail5Message[150],
Mail6Sender[26],
Mail6Topic[30],
Mail6Message[150]
};