24.01.2015, 21:39
Probaj ovo...(Try this...)
OR
pawn Code:
new bool:test;
test =!!cache_get_field_content_int(0, "test");
pawn Code:
new bool:test;
if(cache_get_field_content_int(0, "test")) test = true;
else test = false;