28.04.2012, 01:30
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);
pawn Code:
C:\Users\Lucas\Desktop\GameMode Linha de Guerra - Server\gamemodes\GMLinha.pwn(3587) : error: 035: argument type mismatch (argument 3)