i deleted my last post as shadow said its a fail
Another symbol = ++
++ means something + 1 and -- means something - 1. example:
[pawn]kills[playerid] == kills[playerid]+1;[/pawn] and [pawn]kills[playerid]++;[/pawn] are same
same example can be used for --
Think those examples need a ; at the end tho
lol thanks for reminding, even through this is just examples i have added it