help please!
#1

hello guys i wanna make a list when map end server show all player this list
like scores /kills /death
and i know something but i need help with (how i get all players names ?) this my problem
and how i can make a list plz help guys and thanks
Reply
#2

Under OnPlayerDeath

SendDeathMessage(killerid,playerid,reason);
Reply
#3

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

If you're thinking something like A/D servers having scores list, then you're probably going to use textdraws to create with.
Reply
#5

yeah Zex Tan i wanna make 1 like A/D servers plz but how i can use textdraws
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)