30.05.2010, 22:41
Simply Create a textdraw, then on it have this:
playerscore = GetPlayerScore(playerid);
TextDrawCreate(x,y,"Your score is %d",playerscore);
playerscore = GetPlayerScore(playerid);
TextDrawCreate(x,y,"Your score is %d",playerscore);