[HELP]Giving +10 score points with..
#1

PlayerInfo[killerid][Kills]++; >> it gives +1, what should i do to set it as +10?
Reply
#2

Use
pawn Код:
PlayerInfo[killerid][Kills] += 10;
Reply
#3

Код:
PlayerInfo[killerid][Kills] += 10;
Reply
#4

thanks so much.
Reply
#5

Wouldn't this work?
pawn Код:
PlayerInfo[killerid][Kills] = PlayerInfo[killerid][Kills]+1;
Reply
#6

Quote:

Wouldn't this work?

Of course its the same
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)