01.03.2014, 06:36
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?
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;
}
pawn Код:
|
C:\Users\Tommy_Phan\Desktop\Samp-RO\gamemodes\Samp-Ro.pwn(5365) : error 021: symbol already defined: "OnPlayerDeath"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.