• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[C++]HELP in CONDITIONS

perdigs

New Member
Joined
Aug 22, 2010
Messages
114
Reaction score
1
Hi im need a help in this scripts condition.cpp and condition.h

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++:)
 
Back
Top