Help stats weapons kill/death
#1

Hello...i have a problem....Is going to do something for samp ... that as someone enters / stats it displays the statistics mus where each weapon to kill?

Reply
#2

Are you looking to add the death messages?
Reply
#3

Quote:
Originally Posted by rangerxxll
Посмотреть сообщение
Are you looking to add the death messages?
Yep

Help me
Reply
#4

pawn Код:
public OnPlayerDeath(playerid, killerid, reason) //When the player dies.
{
    SendDeathMessage(killerid, playerid, reason); //This will show the way they died in the "Kill Feed"
    return 1;
}
Hope it helps.
Reply
#5

Quote:
Originally Posted by rangerxxll
Посмотреть сообщение
Are you looking to add the death messages?
Quote:
Originally Posted by rangerxxll
Посмотреть сообщение
pawn Код:
public OnPlayerDeath(playerid, killerid, reason) //When the player dies.
{
    SendDeathMessage(killerid, playerid, reason); //This will show the way they died in the "Kill Feed"
    return 1;
}
Hope it helps.
Thank you very much. I really appreciate it .
PHP код:
C:\Users\Tommy_Phan\Desktop\Samp-RO\gamemodes\Samp-Ro.pwn(5365) : error 021symbol already defined"OnPlayerDeath"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

i'm chicken
Reply
#6

Search (ctrl+F) for the "Un-used" OnPlayerDeath callback, and remove it. You don't need two of them bud.
Reply
#7

Quote:
Originally Posted by rangerxxll
Посмотреть сообщение
Search (ctrl+F) for the "Un-used" OnPlayerDeath callback, and remove it. You don't need two of them bud.
thank , That’s so kind of you
Sr,I don't speak English
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)