28.03.2014, 01:44
@Sgt. He's using it to show it for a breif amount of time, not permanently and using that function is more convenient than Create3DTextLabel.
@Blackzeur:
@Blackzeur:
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
{
if(!IsPlayerConnected(playerid)) return 1;
new string[128];
format(string,sizeof(string),"-%.0f",amount);
SetPlayerChatBubble(playerid, string, 0xFF0000FF, 100.0, 1500);
return 1;
}