Score Problem
#1

If someonekill me or I kill him he dont show it normaly he show it in all Server

for Example

AwokenNeoX (then the Minigun Symbol) Karl

Does I need to add something in my Script ``
Reply
#2

Quote:
Originally Posted by AwokenNeoX
Посмотреть сообщение
If someonekill me or I kill him he dont show it normaly he show it in all Server

for Example

AwokenNeoX (then the Minigun Symbol) Karl

Does I need to add something in my Script ``
You're referring to SendDeathMessage but I don't understand anything else.
Reply
#3

I don't understand what you're talking about either, but if you want to show the Death Window, add this.

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


Forum Jump:


Users browsing this thread: 1 Guest(s)