Death mode modification: - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Death mode modification: (
/showthread.php?tid=533561)
Death mode modification: -
Twizted - 25.08.2014
I'd like to stop the player's camera above him for about 3 to 4 minutes, freeze the player in an animation and create a 3D text in his position with whatever text is meant to be there. Regardless, I have no idea how I could accomplish this, so I am calling out you geeks, code optimizers and programmers hopefuls to help me out in this.
Thanks in advance.
Re: Death mode modification: -
Flake. - 25.08.2014
Just get the players pos, place him back there in an animation of your choice and SetCameraPos his location and mess with the cords to look up.
Re: Death mode modification: -
Lidor124 - 25.08.2014
ApplyAnimation for animation of death or something, SetPlayerPos for specific the position of the death, SetCameraPos, SetPlayerCameraPos.