HELP!! Kill bar
#1

My gamemode no have kill bar :S
Reply
#2

Add this in your script.
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(killerid, playerid, reason);
  return 1;
}
I assume that what you are talking about.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)