Quote:
Originally Posted by GuskiS
Stupid and wrong.
PHP Code:
enum _: eDuels { DUEL_NONE, DUEL_SCOUT, DUEL_KNIFE
}
new IsDuel;
// when you need, set duel IsDuel = DUEL_SCOUT;
// when you need, check duel if(IsDuel == DUEL_SCOUT)
|
It's not stupid and it's not wrong. May not be what he wanted, cause I didn't understand his post.