17.05.2016, 11:41
Try this
Haven't try but i think it will help you!

Haven't try but i think it will help you!


Код:
public OnPlayerUpdate(playerid)
{
new textachvenebs[123];
new Floaticocxleii,Float:bronii;
GetPlayerHealth(playerid,sicocxleii);
GetPlayerArmour(playerid,bronii);
format(textachvenebs, sizeof(textachvenebs),"%s\n{6666FF}Sicocxle: %d - Broni: %d",name,sicocxleii,bronii);
Update3DTextLabelText(axalitag[playerid], 0xFFFFFFFF, textachvenebs);
}

