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