Accept Death CMD
#1

Hey Guys I was wondering how to make an accept death command for my server


I've seen other /accept death commands but they don't work They either do afterlife which i don't like or dont comply with my script.

[I will give +rep to people who help]
Reply
#2

Give a bit more information
what the /accept command does ?

Quote:

[I will give +rep to people who help]

we are not asking for REP ...
Reply
#3

You could try spawning them at a hospital after the player used the command.
Here's an example of how you can make a player spawn at a hospital, you will have to replace the coordinates though.

pawn Код:
command(acceptdeath, playerid, params[])
{
    SendClientMessage(playerid, 0xFFFFFFFF, "You have accepted your death");
    SetPlayerPos(playerid, 0000.0000, 0000.0000, 00.0000);
    SetPlayerHealth(playerid, 100);
    return true;
}
Reply
#4

I need the Player to go into a death position then they can accept death.... Anyone?
Reply
#5

*bump*
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)