No score !
#1

Hey, in my server when i kill i don't get score O.o
Reply
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if (killerid != INVALID_PLAYER_ID) SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
    return 1;
}
the above adds 1 score everytime you kill a player.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)