04.11.2012, 14:33
Use strcat
strcat(string,"Some commands",sizeof(string);
strcat(string,"Some more commands",sizeof(string);
Then instead of the commands in ShowPlayerDialog, use string.
strcat(string,"Some commands",sizeof(string);
strcat(string,"Some more commands",sizeof(string);
Then instead of the commands in ShowPlayerDialog, use string.