Add +1
#7

Quote:
Originally Posted by kbalor
Посмотреть сообщение
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);
+1?
You can do that, But you can also do...

Код:
INI_WriteInt(file,"Reputations",pInfo[repID][Reps]++);
Then to add a specific number such as 4

Код:
INI_WriteInt(file,"Reputations",pInfo[repID][Reps]+= 4);
From Samp.Wiki

Код:
+, -, *, /, %, ++, --, ==, !=, <, >, <=, >=, ! and =
Reply


Messages In This Thread
Add +1 - by kbalor - 08.09.2012, 21:18
Re: Add +1 - by mobiliz - 08.09.2012, 22:13
Re: Add +1 - by kbalor - 09.09.2012, 12:33
Re: Add +1 - by mobiliz - 09.09.2012, 12:37
Re: Add +1 - by kbalor - 09.09.2012, 12:46
Re: Add +1 - by mobiliz - 09.09.2012, 12:48
Re: Add +1 - by Never Forgive - 09.09.2012, 12:49
Re: Add +1 - by kbalor - 09.09.2012, 12:56
Re: Add +1 - by mobiliz - 09.09.2012, 12:58
Re: Add +1 - by kbalor - 09.09.2012, 12:58

Forum Jump:


Users browsing this thread: 1 Guest(s)