25.06.2013, 16:13
pawn Код:
format(PlayerInfo[playerid][pAdminName], MAX_PLAYER_NAME, "%s", inputtext);
pawn Код:
stock strcpy(dest[], const source[], maxlength=sizeof dest)
strcat((dest[0] = EOS, dest), source, maxlength);
strcpy(PlayerInfo[playerid][pAdminName], inputtext, MAX_PLAYER_NAME);