Originally posted by matrixmods
So i was just wondering, obviously you normally have to call player_die or G_damage or any other gsc type function out of a hook function like vm_notify. Is there a way that would make it possible to call player_die from anywhere? Like so that it doesn't have to be directly in the hook. Like for example i use vm_notify and cmd_registernotification for my menus, but if i try to call player_die directly from the menu instead of making a workaround for it to be called out if the hook, i freeze. I was just wondering if there is a way to make it so i dont need the workaround.