11.08.2015, 15:51
Hi,
prints "array id 0, string = 'NULL'"
functions form() and pName() are ok and working.
It should add player name to the string with a space, like
What's wrong?
Код:
enum Enum
{
memberslist[256],
...
...
}
Код:
strcat(Array[id][memberslist],form("%s ",pName(playerid)));
printf("array id %d, string = '%s'",id,Array[id][memberslist]);
functions form() and pName() are ok and working.
It should add player name to the string with a space, like
Quote:
|
Name_First Name_Second Name_Third |


