Help me!!!!!!
#1

how i can show when i player killed?

Reply
#2

pawn Код:
SendDeathMessage(killerid,playerid,reason);
Reply
#3

i put it under the playerdeath but doent work!
Reply
#4

Quote:
Originally Posted by billiout
i put it under the playerdeath but doent work!
So under https://sampwiki.blast.hk/wiki/OnPlayerDeath ?

You should have something like this

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(killerid, playerid, reason);
  return 1;
}
Reply
#5

Quote:
Originally Posted by [HiC
TheKiller ]
Quote:
Originally Posted by billiout
i put it under the playerdeath but doent work!
So under https://sampwiki.blast.hk/wiki/OnPlayerDeath ?

You should have something like this

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(killerid, playerid, reason);
  return 1;
}
ok i make it thanks all of you
Reply


Forum Jump:


Users browsing this thread: