[Ajuda] Como juntar strings
#1

Estou tendo dificuldades de juntar strings, acho que estou fazendo errado com strcat

Queria no caso num sistema de kill, pegar mais de um killer e juntar todos no final de uma string pra jogar no site:
PHP код:
                            new kstr[128];
                            if(
killerid != INVALID_PLAYER_ID) {
                                
printf("OI");
                                
format(kstrsizeof(kstr), "<a href='player.php?p=%s'>%s</a> "PlayerName(killerid), PlayerName(killerid) );
                                
printf("kstr: "kstr);
                            }
                            
strcat(strkillerskstr); 
Mas por na hora de printar no serverlog estб printando assim:
Код:
[16:30:27] OI
[16:30:27] kstr: 
[16:30:27] strkillers:
Reply


Messages In This Thread
Como juntar strings - by idegod - 22.05.2018, 19:36
Re: Como juntar strings - by arakuta - 22.05.2018, 20:01
Re: Como juntar strings - by idegod - 22.05.2018, 20:11
Re: Como juntar strings - by idegod - 23.05.2018, 05:18

Forum Jump:


Users browsing this thread: 1 Guest(s)