bool problem
#1

Hello everybody. It`s possible to save information in bool variable? like this one
pawn Код:
mysql_get_field("Music1",tmp); KupljenePesme[playerid][0] = strval(tmp);
I don`t understand what is problem here is error
Код:
D:\SA-MP Server Stuff 2\SA-MP Server\gamemodes\battletestv6.pwn(895) : warning 213: tag mismatch
Reply
#2

can anyone helps me..
Reply
#3

Sorry about double post does anyone know anything about this problem?
Reply
#4

booleans are saved as integers in the database so when you retrieve the data, just convert it.

pawn Код:
mysql_get_field("Music1",tmp); KupljenePesme[playerid][0] = (!strval(tmp)) ? false : true;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)