Death Message [Solved]
#1

How do i create a message in the chat box when someone get killed..

Like:

Mr.noobie killed mr.slave with a chainsaw
Reply
#2

use reasons :
if(reason == weaponid)
{
//urcodehere
}
and u format a string using killerid and playerid
Reply
#3

Quote:
Originally Posted by [AC
Etch ]
use reasons :
if(reason == weaponid)
{
//urcodehere
}
and u format a string using killerid and playerid
That goes under

public OnPlayerDeath(playerid, killerid, reason)
Reply
#4

Quote:
Originally Posted by [AC
Etch ]
use reasons :
if(reason == weaponid)
{
//urcodehere
}
and u format a string using killerid and playerid
I dont really get it.. Do you have an example for me?
Reply
#5

NVM I GET IT

Thanks all
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)