21.07.2012, 14:16
Replace
With
pawn Код:
enum hData
{
hID,
hOwned,
hOwner [ 21 ],
hLocked,
float:hOutsideX,
float:hOutsideY,
float:hOutsideZ,
float:hInsideX,
float:hInsideY,
float:hInsideZ,
hInterior,
hVirtual,
hPrice
}
pawn Код:
enum hData
{
hID,
hOwned,
hOwner [ 21 ],
hLocked,
Float:hOutsideX,
Float:hOutsideY,
Float:hOutsideZ,
Float:hInsideX,
Float:hInsideY,
Float:hInsideZ,
hInterior,
hVirtual,
hPrice
}