15.02.2018, 18:53
Adding 3 like that won't do anything as a single statement, you can do:
This adds 3 to the current value. You can also do some other operations this way.
PHP код:
PlayerInfo[killerid][pKills] += 3;