05.09.2010, 13:51
Im not sure how the player vars gets saved..
but heres an function i jost wrote away.. not sure if it works but should:
but heres an function i jost wrote away.. not sure if it works but should:
pawn Код:
public PlayerStats(playerid)
{
new string[128];
format(string, 128, "Kills: %d - Deaths: %d",PlayerInfo[playerid][Kills], PlayerInfo[playerid][Deaths]);
SendClientMessage(playerid);
}