27.02.2015, 19:04
Quote:
|
Good good.
OT: I just recognize you signature it's not "sinucide" it's "Suicide". |

I made mistake, now it's alright.
Quote:
|
Nice job.
You can use OnPlayerUpdate to detect the players weapon too (GetPlayerWeapon), and if it's not the fist (ID: 0), then you can hide the textdraw for the player - But if the weapon is fist and his "Hud" variable is 1, then you show it. Also, I think you forgot to reset the "Hud" variable in two of the "Remove___Hud" functions |
Also, thanks for feedback.
Thanks.
Little update:
- Added more hud's colors:
pawn Код:
#define hud_red -16776961
#define hud_green 16711935
#define hud_fuchsia -16711681
#define hud_cyan 16777215
#define hud_orange -5963521
#define hud_maroon -2147483393
#define hud_yellow -65281
#define hud_blue 65535
#define hud_brown -1523963137
#define hud_lightblue -1378294017
#define hud_purple -2147450625
#define hud_grey -2139062017
#define hud_lime 16711935
Future update:
- More hud's colors;
- Progress bar for creating a colorful health & armour bars.
- Colorful $ green cash. Working on it, uploading in 10 minutes!
- If you have any suggestions, about what I should do in this script, please reply here with your idea!
Thanks!


