02.10.2012, 15:13
Search for "new HouseInfo"
locate something like :
after that, look for "enum -somethinghere", but replace -somethinghere- with word written between the []
then it should look something like:
add "Text3D:h3D" between { and }; like the other ones :
locate something like :
pawn Код:
new HouseInfo[MAX_HOUSES][-somethinghere-];
then it should look something like:
pawn Код:
enum -somethinghere
{
bunch of other stuff similar to:
hEntrancex,
hEntrancey,
hEntrancez
};
pawn Код:
enum -somethinghere-
{
hEntrancex,
Text3D:h3D,
hEntrancey
};