09.09.2012, 12:49
Quote:
Thanks man no warning, but I haven't tested it yet. But for making sure. Is this will give me +1 ?
Coz it didn't see Код:
INI_WriteInt(file,"Reputations",pInfo[repID][Reps]+1); |
Код:
INI_WriteInt(file,"Reputations",pInfo[repID][Reps]++);
Код:
INI_WriteInt(file,"Reputations",pInfo[repID][Reps]+= 4);
Код:
+, -, *, /, %, ++, --, ==, !=, <, >, <=, >=, ! and =