MySQL fetching a boolean value
#2

Probaj ovo...(Try this...)

pawn Code:
new bool:test;
test =!!cache_get_field_content_int(0, "test");
OR

pawn Code:
new bool:test;

if(cache_get_field_content_int(0, "test")) test = true;
else test = false;
Reply


Messages In This Thread
MySQL fetching a boolean value - by dominik523 - 24.01.2015, 21:06
Re: MySQL fetching a boolean value - by Sime30 - 24.01.2015, 21:39
Re: MySQL fetching a boolean value - by dominik523 - 25.01.2015, 09:48
Re: MySQL fetching a boolean value - by Sime30 - 25.01.2015, 10:05

Forum Jump:


Users browsing this thread: 1 Guest(s)