Nice Kill
#1

Hey

I'm searching for a script which sends a message like ''Nice Kill!'' to someone who killed someone else.

Marty
Reply
#2

add this at one player death
pawn Код:
GameTextForPlayer(killerid, "Nice Kill!", 3000, 3);
Example
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
   GameTextForPlayer(killerid, "Nice Kill!", 3000, 3);
   return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)