25.08.2012, 20:28
Frozen is not declared as a bool, just change the "true" to "1".
a little example.
a little example.
pawn Код:
enum something
{
bool:lol
}
new fuckyeh[something];
if(fuckyeh[lol] == true) // it won't give you warnings.
{
}