Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ShowPlayerHead #1047

Open
PANZEHIR54 opened this issue Jan 22, 2025 · 5 comments
Open

Add ShowPlayerHead #1047

PANZEHIR54 opened this issue Jan 22, 2025 · 5 comments
Labels
client enhancement New feature or request

Comments

@PANZEHIR54
Copy link

PANZEHIR54 commented Jan 22, 2025

Hello, my suggestion is Add a new function named "ShowPlayerHead." When you shoot with weapon or use Katana, your head will dissapear. I have seen in previous versions this existed, so i guess would be nice if we have it.

Your choise if you want to have it enabled or disabled... by default server setting will be disabled.
to enable/disable will be done from "public OnGameModeInit()"

ShowPlayerHead(PLAYER_HEAD_MODE_OFF); or ShowPlayerHead(false);
ShowPlayerHead(PLAYER_HEAD_MODE_GLOBAL); or ShowPlayerHead(true);

Here is an example how does it looks like.
Image

@PANZEHIR54 PANZEHIR54 added the enhancement New feature or request label Jan 22, 2025
@NexiusTailer
Copy link
Contributor

PLAYER_HEAD_MODE_GLOBAL 😳

@itsneufox
Copy link

Why not just true or false?

@PANZEHIR54
Copy link
Author

PANZEHIR54 commented Jan 22, 2025

Why not just true or false?

Only example given, true/false can be too

@BeckzyBoi
Copy link

BeckzyBoi commented Jan 22, 2025

It makes no sense for players to be running around with no heads. A headshot should kill the player if anything. Katana decapitating would be great though. I remember in early SA-MP days when you could decapitate players and the blood would skirt out, but instead of it being fixed it was removed.

Edit: Yes I know that it's a thing for the client 😛

@RockoSx
Copy link

RockoSx commented Jan 22, 2025

It would be great to have this, because you can apply an object to the head and have a "head swap" and have a clothing system or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants