17.09.2011, 16:30
I'm tring to create a createhouse function & command ( using strcmp. )
Here are my enums,
I can't understand how, I can eaither make it in a function to make it easier or in a command, but can't understand how >.>.
Here are my enums,
pawn Код:
enum hInfo
{
Float:hEntrancex,
Float:hEntrancey,
Float:hEntrancez,
Float:hExitx,
Float:hExity,
Float:hExitz,
hOwner[MAX_PLAYER_NAME],
hDiscription[MAX_PLAYER_NAME],
hValue,
hDate,
hLevel,
hWorld,
hOutWorld,
hOutInt,
};