31.05.2015, 19:16
Assigning to an integer variable a string is incorrect. You'd have to copy a string to another but what's the point of all those temporary variables?
Just:
Just:
pawn Код:
format(poruka,sizeof(poruka)," Zemlja:"COLOR_SIVA" %s\n",PlayerInfo[playerid][pZemlja]); // PLAYER'S COUNTRY