15.02.2012, 12:24
pawn Код:
new s[15], Text3D:score[MAX_PLAYERS];
format(s, 10 ,"Score:%i", GetPlayerScore(playerid));
Delete3DTextLabel(score[playerid]);
score[playerid] = Create3DTextLabel(s,//..);
Attach3DTextLabelToPlayer(score[playerid], playerid,//..);