score
#2

pawn Код:
deaths[playerid]++;
kills[killerid]++;

// examples:
deaths[playerid]+= 5; // will add 5 to the variable
deaths[playerid]++; // will add one to the variable
kills[playerid]-= 5; // will remove 5 from the variable
kills[playerid]--; // will remove one from the variable
Reply


Messages In This Thread
score - by manchestera - 22.10.2011, 12:49
Re: score - by Wesley221 - 22.10.2011, 12:54
Re: score - by manchestera - 22.10.2011, 15:40
Re: score - by Wesley221 - 22.10.2011, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)