death
#10

Okay I got it working.

Thanks.

I have one question, the killerid which kills a player with a helicopter, vehicle, how can I give them a kill count?

I've done this

pawn Код:
if (killerid == INVALID_PLAYER_ID)
    {
        PInfo[playerid][Deaths]++;
    }
so I tried this

pawn Код:
if (killerid == INVALID_PLAYER_ID)
    {
            PInfo[playerid][Kills]++;
        PInfo[playerid][Deaths]++;
    }
but that will raise my kill count when I drown or fall too, so how to avoid that?
Reply


Messages In This Thread
death - by fissekarl - 08.04.2011, 13:55
Re: death - by Malcor - 08.04.2011, 15:16
Re: death - by fissekarl - 08.04.2011, 15:19
Re: death - by admantis - 08.04.2011, 15:21
Re: death - by fissekarl - 08.04.2011, 15:26
Re: death - by admantis - 08.04.2011, 15:27
Re: death - by Malcor - 08.04.2011, 15:32
Re: death - by fissekarl - 08.04.2011, 15:33
Re: death - by admantis - 08.04.2011, 16:13
Re: death - by fissekarl - 08.04.2011, 16:28

Forum Jump:


Users browsing this thread: 4 Guest(s)