Offering credit is of little incentive around here I'm afraid. We would be much more satisfied to simply see you accel at helping yourself, making your own scripts. That's what we're here for really, to help others learn how to script and to help them succeed in making their own scripts.
If you have attempted any of your above scripts, please post the script code you're having trouble with and we will help you to find the problems and solve them as best we can. If you are just in need of guidance on where to start a script, I would be glad to write up some pseudo-code with suggestions of how a script may be attempted. That way you can have a small guide to get your script going, and if you run into problems, simply come back and explain what's going on with it and we can take it from there.
For example, taking your
silhouette script, here's a basic outline of how it can be done in FPSC, just to help you get a basic idea of how a script could be made for it:
- Create many HUDs, each depicting a different level of health
- Detect what level of health the player has
- Depending on what amount of health they have, show the needed HUD to display that much health
Pretty much, what you're wanting is a health bar, just contained within a silhouette. If you search for "health bar" in this baord, I'm sure you can turn up a few script examples from others who have attempted it, and just apply their script logic to what it is you're after.
Hope all of that made sense to you.
The one and only,