SA-MP Forums Archive
help please! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help please! (/showthread.php?tid=515498)



help please! - IronMan006 - 26.05.2014

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


Re: help please! - Rittik - 26.05.2014

Under OnPlayerDeath

SendDeathMessage(killerid,playerid,reason);


Re: help please! - Parallex - 26.05.2014

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



Re: help please! - Zex Tan - 26.05.2014

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


Re : help please! - IronMan006 - 26.05.2014

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