How to do this..
#1

How do i stop the player from respawning on death?
Reply
#2

i think you cant...
Reply
#3

I think that's impossible but you can teleport him to a remote place, freeze him like this this:

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
pDeath = 1; // This is useful to make a command to get players alive
SetPlayerPos(playerid,9999,9999,9999);
TogglePlayerControllable(playerid,0);
SetPlayerCameraLookAt(...);
SetPlayerCameraPos(...);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)