How to update 3d text
#8

Search for "new HouseInfo"
locate something like :
pawn Код:
new HouseInfo[MAX_HOUSES][-somethinghere-];
after that, look for "enum -somethinghere", but replace -somethinghere- with word written between the []
then it should look something like:

pawn Код:
enum -somethinghere
{
      bunch of other stuff similar to:
      hEntrancex,
      hEntrancey,
      hEntrancez
};
add "Text3D:h3D" between { and }; like the other ones :

pawn Код:
enum -somethinghere-
{
      hEntrancex,
      Text3D:h3D,
      hEntrancey
};
Reply


Messages In This Thread
How to update 3d text - by PaulDinam - 02.10.2012, 13:36
Re: How to update 3d text - by kizla - 02.10.2012, 13:55
Re: How to update 3d text - by PaulDinam - 02.10.2012, 14:00
Re: How to update 3d text - by CmZxC - 02.10.2012, 14:50
Re: How to update 3d text - by PaulDinam - 02.10.2012, 14:58
Re: How to update 3d text - by CmZxC - 02.10.2012, 15:02
Re: How to update 3d text - by PaulDinam - 02.10.2012, 15:07
Re: How to update 3d text - by CmZxC - 02.10.2012, 15:13
Re: How to update 3d text - by PaulDinam - 02.10.2012, 15:23

Forum Jump:


Users browsing this thread: 1 Guest(s)