Eliminated stuck on death
#1

So I've got this "Eliminated" stuck on my screen when I get killed or type /kill, how can I fix it? If you need any code tell me.

Edit:

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(killerid, playerid, reason);
  SetPlayerScore(killerid,(GetPlayerScore(killerid))+1);
  SetPlayerScore(playerid, -1);

  new string[50];
  format(string, sizeof(string), "~w~Eliminated");
  GameTextForPlayer(playerid, string, 3000, 2);
  return 1;
}
Reply


Messages In This Thread
Eliminated stuck on death - by Mr_Osborn - 15.09.2010, 13:52
Re: Eliminated stuck on death - by Mike_Peterson - 15.09.2010, 14:23
Re: Eliminated stuck on death - by Seven. - 15.09.2010, 14:48
Re: Eliminated stuck on death - by Vince - 15.09.2010, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)