04.07.2014, 14:17
O.o i got no kill list in my server wtf
second of all who can give me duel system ??
all others has bugs
second of all who can give me duel system ??
all others has bugs
//In OnPlayerDeath
if(killerid == INVALID_PLAYER_ID)
{
SendDeathMessage(INVALID_PLAYER_ID,playerid,reason);
}
else
{
SendDeathMessage(killerid,playerid,reason);
}