Hi im need a help in this scripts condition.cpp and condition.h
Im try to add more of 31 conditions
condition.h
this return a bug im try to change the value 32 for 64 for 128, for 256 and all return the same bug...
Help me how toa dd more of 32 conditions
rep++
Im try to add more of 31 conditions
condition.h
Code:
CONDITION_FIGHT = 1 << 28,
CONDITION_RULLED = 1 << 29,
CONDITION_BUGGED = 1 << 30,
CONDITION_OTLIVE = 1 << 31,
CONDITION_TESTE = 1 << 32,
this return a bug im try to change the value 32 for 64 for 128, for 256 and all return the same bug...
Help me how toa dd more of 32 conditions
rep++