14.01.2016, 20:02
then why don't he do like:
manually convert an int to string.
pawn Код:
//if the returned data from mysql is 1 in case of city:
if(City == 1)
{
format(CityString,sizeof(CityString),"Canada");
}