28.11.2011, 16:12
pawn Код:
new idx;
new mailtmp[300];
mailtmp = strtok(inputtext, idx);
PlayerInfo[playerid][pMail] = mailtmp;
format(string, sizeof(string), " inputtext = %d ",PlayerInfo[playerid][pMail]);
SendClientMessage(playerid, COLOR_GRAD1, string);
how to fix this?