open.mp icon indicating copy to clipboard operation
open.mp copied to clipboard

Add ShowPlayerHead

Open PANZEHIR54 opened this issue 9 months ago • 5 comments
trafficstars

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