My score did not increase with killing players
#5

Here

pawn Код:
public OnPlayerDeath( playerid, killerid, reason )
{
    SendDeathMessage( killerid, playerid, reason );
    SetPlayerScore( killerid,GetPlayerScore(killerid)+2);
    for(new i=0; i<19; i++) TextDrawHideForPlayer(playerid,HealthBar[i]);
    GivePlayerMoney(killerid, 3500);
    new szName[ MAX_PLAYER_NAME ], szStr[ 60 ];
    GetPlayerName( playerid, szName, sizeof( szName ) );
    format( szStr, sizeof( szStr ), "You got +2 score and $3500 for killing %s", szName ); // change this message to your own
    SendClientMessage( killerid, COLOR_BLUE, szStr );
    SendClientMessage(playerid, COLOR_BRIGHTRED, "You just got killed!");
Reply


Messages In This Thread
My score did not increase with killing players - by Healian - 09.08.2012, 00:01
Re: My score did not increase with killing players - by damiantof71 - 09.08.2012, 00:04
Re: My score did not increase with killing players - by Healian - 09.08.2012, 00:17
Re: My score did not increase with killing players - by damiantof71 - 09.08.2012, 01:00
Re: My score did not increase with killing players - by Eminem 2ka9 - 09.08.2012, 01:39

Forum Jump:


Users browsing this thread: 1 Guest(s)