15.02.2018, 18:51
Hey,
so let's say i want to add +1 kill to killerid stats.
what i have to do if i want to add more then +1 ?
it gives me warning " warning 215: expression has no effect "
Thanks for help.
so let's say i want to add +1 kill to killerid stats.
pawn Код:
PlayerInfo[killerid][pKills]++;
pawn Код:
PlayerInfo[killerid][pKills]+3;
Thanks for help.