26.06.2012, 02:47
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
new string[128];
if(InMxA[playerid] == 1)
{
format(string,128,"[EVENTO] %s Matou %s No evento e Ganhou 1000 de Bonus !.",killer,nome); // erro nessa linha
GivePlayerMoney(killerid, 1000);
InMxA[playerid] = 0;
}
Simples ^^'