Kill/Death Textdraw
#1

need on player death

there shud be a textdraw for killer/killed

you got killed by %s
you killed %s

it shud be for 3 seconds and shud bu in blue color, sky blue preffered. thanks in advance
Reply
#2

bumpy
Reply
#3

Hmm look.%s is for string %d is for integer so you should use change this:
pawn Код:
you got killed by %s
you killed %s
To:
pawn Код:
you got killed by %d
you killed %d
Reply
#4

Quote:
Originally Posted by Sanady
Посмотреть сообщение
Hmm look.%s is for string %d is for integer so you should use change this:
pawn Код:
you got killed by %s
you killed %s
To:
pawn Код:
you got killed by %d
you killed %d
He does not want to show "You got killed by 41" (a random ID, but the player's name).

@Insulin It's not a scripting request, there were few threads related to requests. Get the players' name in OnPlayerDeath (killerid and playerid) and show it with game text or you can create one yourself by using a textdraw editor. ****** it, iPLEOMAX's one is really nice.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)