how can i do this?
#2

exp do you mean score?

if you mean score its this


Код:
SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
gives the killer +1 score

Код:
SetPlayerScore(killerid,GetPlayerScore(playerid)-1);
gives the person who died -1 score

overall

Код:
SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
SetPlayerScore(killerid,GetPlayerScore(playerid)+1);
under onplayerdeath
Reply


Messages In This Thread
how can i do this? - by Medal Of Honor team - 09.02.2011, 13:18
Re: how can i do this? - by hadzx - 09.02.2011, 13:19
Re: how can i do this? - by Medal Of Honor team - 09.02.2011, 13:21
Re: how can i do this? - by hadzx - 09.02.2011, 13:22
Re: how can i do this? - by HyperZ - 09.02.2011, 13:25
Re: how can i do this? - by Medal Of Honor team - 09.02.2011, 13:26
Re: how can i do this? - by hadzx - 09.02.2011, 13:26
Re: how can i do this? - by Medal Of Honor team - 09.02.2011, 13:28
Re: how can i do this? - by HyperZ - 09.02.2011, 13:32
Re: how can i do this? - by Medal Of Honor team - 09.02.2011, 13:40

Forum Jump:


Users browsing this thread: 1 Guest(s)