i don't know but my friend likes GTA V alot.
A death where the entire screen turns into faded colors, plays a sound, and centerprints "Wasted". And right as it says wasted, the screen turns black and white (if possible, just a really gray vignette will be fine)https://www.youtube.com/watch?v=fnaSX001iT4
That will be some extreme scripting.
No this is real easy but I can't do it because
proof
You take the player vignette to grey like the nvg do green and center print the words and call it on player death
wouldn't we have to replace the "respawning in...." centerprint?
package GTADeath{ function gameConnection::onDeath(%killed, %killerPlayer, %killer, %a, %b) { killed.player.commandtoclient(%client, 'SetVignette', bool multiply, "224 224 224 0.050"); killed.player.getHackPosition() SPC "0 0 1 0"); killed.player.clientcmdbottom print(<color:990000>WASTED, 5, 0); return parent::onDeath(%killed, %killerPlayer, %killer, %a, %b); }};activatepackage(GTADeath);
I'm terrible at coding.