02.04.2011, 07:26
I saved in MySql table `Accent`, and i have a little problem. On OnPlayerConnect(playerid), it doesn't give me all Accent, just 2-3 letters..
OnPlayerConnect()
OnPlayerLogin()
OnPlayerConnect()
pawn Код:
strmid(PlayerInfo[playerid][pAccent], "None", 0, strlen("None"), 255);
pawn Код:
if (rcnt == 144) PlayerInfo[playerid][pAccent] = strlen(PlayerInfo[playerid][pAccent], Field, 0, strlen(Field)-1, 255);