19.09.2012, 08:24
yes of course
pawn Код:
format(string, sizeof(string), "{FEFEFE}Stats of the Player: %s", GetName(playerid));//simply getting the name of that guy
format(string, sizeof(string), "{FEFEFE}Kills: %d", GetPlayerKills(playerid)); //GetPlayerKills to get the kills of the player..