Quote:
Originally Posted by Skoll
desculpa te corrigir aih, mas soh tem um errinho;
pawn Код:
new Morreu[MAX_PLAYER_NAME], Matou[MAX_PLAYER_NAME], new string[115];
ali no string vc repetiu o new, o que vai ocasionar em erro[s]
correзгo do cуdigo:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason) { SendDeathMessage(killerid, playerid, reason); new Morreu[MAX_PLAYER_NAME], Matou[MAX_PLAYER_NAME], string[115]; GetPlayerName(playerid, Morreu, sizeof(Morreu)); GetPlayerName(killerid, Matou, sizeof(Matou)); format(string, sizeof(string), "[~] %s matou %s", Matou, Morreu); SendClientMessageToAll(0xE31919FF, string); return 1; }
faltou com que arma ele matou neh ;P;
|
Obrigado ^^.
Eu iria usar ele separademente em outra linha mais resolvi economizб-las rs. =)
Quote:
que mostra o nome de quem matou o icone da arma e o nome da vitima.
|
Ele pediu somente estas informaзхes
.