[AJUDA] strcat
#1

pawn Code:
new name[24];
                GetPlayerName(killerid, name, 24 );
                new Spree[999];
                new SSpree[256]
                new SSpree2[256]
                new SSpree3[256]
                format(SSpree, sizeof(SSpree), "~~~~~~~~~~ Killing Spree ~~~~~~~~~\n"); strcat(Spree, SSpree);
/*Linha 3587*/ format(SSpree2, sizeof(SSpree2), "         %s - First Blood         \n"); strcat(name, Spree, SSpree2);
                format(SSpree3, sizeof(SSpree3), "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"); strcat(Spree, SSpree3);
                SendClientMessageToAll(0xFFFFFFFF, SSpree);
                SendClientMessageToAll(0xFFFFFFFF, SSpree2);
                SendClientMessageToAll(0xFFFFFFFF, SSpree3);
Se Alguem Puder Dar um Help , Dou +Rep , o Erro й este:

pawn Code:
C:\Users\Lucas\Desktop\GameMode Linha de Guerra - Server\gamemodes\GMLinha.pwn(3587) : error: 035: argument type mismatch (argument 3)
Reply
#2

pawn Code:
new name[24];
                GetPlayerName(killerid, name, 24 );
                new Spree[999];
                new SSpree[256]
                new SSpree2[256]
                new SSpree3[256]
                format(SSpree, sizeof(SSpree), "~~~~~~~~~~ Killing Spree ~~~~~~~~~\n"); strcat(Spree, SSpree);
                format(SSpree2, sizeof(SSpree2), "         %s - First Blood         \n", name); strcat(Spree, SSpree2);
                format(SSpree3, sizeof(SSpree3), "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"); strcat(Spree, SSpree3);
                SendClientMessageToAll(0xFFFFFFFF, SSpree);
                SendClientMessageToAll(0xFFFFFFFF, SSpree2);
                SendClientMessageToAll(0xFFFFFFFF, SSpree3);
Reply
#3

Nossa... Erro bobo hehe , Vlw Los, +Rep.
Reply
#4

.FuneraL. , vocк sу precisa de duas strings pra usar strcat ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)