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
#2

(oftopic, for colors like white (~W~) do u need a string to do that? anyway
try setting it to 2000 ms
maybe the problem is that u respawn too fast.
Reply
#3

Experienced same problem. Couldn't find any solution =/. Try setting when spawning:
Код:
GameTextForPlayer(playerid," ", 100, 2);
Reply
#4

Gametext text type 2 only dissapears on respawn.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)