player kills
#1

Hello,
how to create a fs in which there is a script that every time a player kills a player he won 25score thank you to answer me as soon as possible
PS : please make me 1 FS si possible
Reply
#2

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    if( 
killerid != INVALID_PLAYER_ID SetPlayerScorekilleridGetPlayerScorekillerid ) + 25);
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)