Quote:
Originally Posted by Jefff
Everything else is ok? Try add
pawn Код:
new szName[MAX_PLAYER_NAME];
then
pawn Код:
cache_get_field_content(i, "Name", szName, MAX_PLAYER_NAME); Character[playerid][i][Name][0] = EOS; strcat(Character[playerid][i][Name],szName,MAX_PLAYER_NAME);
|
Yeah, that worked. I hadn't thought about trying this before posting this topic.
Thank you.