23.01.2013, 03:38
pawn Код:
forward Actualizar(playerid);
public Actualizar(playerid)
{
new strr[128];
format(strr, sizeof(strr), " ~r~Score: ~w~%d ~g~Kills: ~w~%d ~b~Deaths: ~w~%d",PlayerInfo[playerid][Score],PlayerInfo[playerid][Kills],PlayerInfo[playerid][Deaths]);
TextDrawSetString(Stats[playerid],strr);
return 1;
}