Jump to content

Question

4 answers to this question

Recommended Posts

  • 0
Posted
4 minutes ago, Mihail.[] said:

De ce pica sv in prostie ba de la textdraw cu gamage indicator ba de o comanda etc ce pot face sa nu mai pice?

Scoti textdraw-ul, scoti comanda.

242086.png

  • 0
Posted

Fara sa le scot , cum as rezolva problema 

de la textdraw  

	        new s[228];
        format(s, 228, "+ %.0f HP to %s(%d) using %s", amount, GetName(damagedid), damagedid, GetWeaponNameEx(weaponid));
        PlayerTextDrawSetString(playerid, GiveDamage[playerid], s);
        PlayerTextDrawShow(playerid, GiveDamage[playerid]);
        SetTimerEx("HideDamageTD", 2000, false, "i", playerid);
	        format(s, 228, "- %.0f HP from %s(%d) using %s", amount, GetName(playerid), playerid, GetWeaponNameEx(weaponid));
        PlayerTextDrawSetString(damagedid, TakeDamage[playerid], s);
        PlayerTextDrawShow(damagedid, TakeDamage[playerid]);
        SetTimerEx("HideDamageTD", 2000, false, "i", damagedid);
	        SetPlayerChatBubble(damagedid, s, 0xE81010FF, 100.0, 2000);
	

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.