help plz!
#1

Hi All!
i want a script that
when somebody killed another one
who that dies can /call 911 then gives auto wanted to killer
Sry for bad english
Reply
#2

Hello airblog.

We are not giving free scripts/codes.

This is scripting Help Section
Please read rules.

Thanks, and best of luck
Reply
#3

On Top
pawn Код:
new Death[MAX_PLAYERS];
under OnPlayerDeath
pawn Код:
Death[playerid] = 1;
Under OnPlayerCommand
pawn Код:
//Under 911 command add this
    if(Death[playerid] == 1)
    {
        //Means player is dead
    }
    else
    {
        SendClientMessage(playerid, -1, "You are not dead");
    }
    return 1;
}
Under OnPlayerSpawn
pawn Код:
Death[playerid] = 0;
I just gave you an idea, It's not going to work properly as player have to type the command after he's dead and before he spawns else he can't type the command, For that you can create a time of 10 seconds..
Reply
#4

Tnx Bro +1 Rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)