Score shown in TAB key ?
#3

Quote:
Originally Posted by [ABK]Antonio
Посмотреть сообщение
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    //somewhere in here you would put
    SetPlayerScore(killerid, Info[killerid][Kills]) //using your own variable for kills
}


This forum requires that you wait 120 seconds between posts. Please try again in 17 seconds. <--- so lame lol
Well you can also do this too
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
     Kill[killerid] ++;
     SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
     return 1;
}
Reply


Messages In This Thread
Score shown in TAB key ? - by ServerScripter - 05.02.2012, 19:41
Re: Score shown in TAB key ? - by [ABK]Antonio - 05.02.2012, 19:44
Re: Score shown in TAB key ? - by Tanush123 - 05.02.2012, 19:47
Re: Score shown in TAB key ? - by ServerScripter - 05.02.2012, 19:48
Re: Score shown in TAB key ? - by [ABK]Antonio - 05.02.2012, 19:51
Re: Score shown in TAB key ? - by ServerScripter - 05.02.2012, 19:56

Forum Jump:


Users browsing this thread: 2 Guest(s)