Score shown in TAB key ?
#5

Quote:
Originally Posted by Tanush123
Посмотреть сообщение
Well you can also do this too
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
     Kill[killerid] ++;
     SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
     return 1;
}
Yeah you can, either way you're doing basically the same thing lol

Quote:
Originally Posted by ServerScripter
Посмотреть сообщение
are you sur that must be in onplayerdeath ? because not working
It doesn't HAVE to be on OnPlayerDeath, it's just an optimal location for it, does it give you any errors or anything?
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: 1 Guest(s)