server-beta icon indicating copy to clipboard operation
server-beta copied to clipboard

Add ShowPlayerHead

Open PANZEHIR54 opened this issue 1 year ago • 5 comments

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 avatar Jan 22 '25 03:01 PANZEHIR54

PLAYER_HEAD_MODE_GLOBAL 😳

NexiusTailer avatar Jan 22 '25 08:01 NexiusTailer

Why not just true or false?

itsneufox avatar Jan 22 '25 08:01 itsneufox

Why not just true or false?

Only example given, true/false can be too

PANZEHIR54 avatar Jan 22 '25 09:01 PANZEHIR54

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 😛

BeckzyBoi avatar Jan 22 '25 18:01 BeckzyBoi

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.

RockoSx avatar Jan 22 '25 23:01 RockoSx