06.11.2016, 13:30
No...
I have this enum
So for example .. If I got next to an actor , it will say me a reply random
exemple :
"Hello"
"My name is X"
"see you soon"
When I have to save those 3 reply ?
Thanks
I have this enum
PHP код:
enum eActor {
aID,
aName[MAX_PLAYER_NAME],
aSkin,
Float:aPos[4],
aWorld,
aReply[MAX_REP],
aAnim
};
exemple :
"Hello"
"My name is X"
"see you soon"
When I have to save those 3 reply ?
Thanks