[Help]Kill list
#1

My kill list isnt working...can someone help??i cant see what problem is... -.-' im running a 0.3a server...
Reply
#2

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/kill", cmdtext, true, 5) == 0)
{
SetPlayerHealth(playerid, 0.0);
return 1;
}
return 0;
}


are you talking about this
Reply
#3

Quote:
Originally Posted by Hoborific
Посмотреть сообщение
I think he means the box on the right of the screen.

yap its that
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=184460
Reply
#5

its not a problem with the fonts..it just dont show..anything xD
help pls
Reply
#6

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(killerid == INVALID_PLAYER_ID)
    {
        SendDeathMessage(INVALID_PLAYER_ID,playerid,reason);
    }
    else
    {
        SendDeathMessage(killerid,playerid,reason);
    }
    return 1;
}
This enables kill list
Reply
#7

Thx alot man
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)