- Joined
- Aug 19, 2007
- Messages
- 4,940
- Solutions
- 11
- Reaction score
- 353
Basiaclly you know the problem, but I will write it again for others tho.
How do I change:
You see a wolf.
into:
You see a wolf(lv. x). Where x->Level.
How do I add more SEX_FEMALE sexes at enums.h?
Thanks.
How do I change:
You see a wolf.
into:
You see a wolf(lv. x). Where x->Level.
How do I add more SEX_FEMALE sexes at enums.h?
Code:
enum PlayerSex_t
{
PLAYERSEX_FEMALE = 0,
PLAYERSEX_MALE = 1
};
Thanks.