bool mysql to bool pawn variable.
#1

so i have :
pawn Код:
bool:SpawnDance,
I have declared it boolean in mysql.
And here is how i take it from mysql:
pawn Код:
cache_get_row(0, 104, tmp);PlayerInfo[playerid][SpawnDance] = strval(tmp);
and i get this warning :
pawn Код:
shady.pwn(12361) : warning 213: tag mismatch
what should i put instead of
pawn Код:
strval()
to be right and don't get this warning ?
Reply


Messages In This Thread
bool mysql to bool pawn variable. - by shady001 - 08.03.2013, 15:41
Re: bool mysql to bool pawn variable. - by MP2 - 08.03.2013, 16:01
Re: bool mysql to bool pawn variable. - by shady001 - 08.03.2013, 16:16
Re: bool mysql to bool pawn variable. - by MP2 - 08.03.2013, 16:46

Forum Jump:


Users browsing this thread: 1 Guest(s)