Jump to content
  • 0

pomoc Meno zabitia


RoBiK

Dotaz

3 odpovědí na tuto otázku

Recommended Posts

  • 0

No to je teda script. :d Skor funkce ^^

 

Do OnPlayerDeath

new string[32];
format(string,32,"%s",PlayerName(playerid));
GameTextForPlayer(killerid,string,3000,1);

Stock někde mimo..

stock PlayerName(playerid)
{
	new name[64];
  	GetPlayerName(playerid, name, 64);
  	return name;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...