Posts: 277
Threads: 19
Joined: Sep 2013
27.02.2014, 20:19
(
Последний раз редактировалось TLN; 08.03.2014 в 13:12.
)
Fixed.
Posts: 1,079
Threads: 199
Joined: Jun 2013
Reputation:
0
Could you show the script that counts each time a player arrests someone?
Posts: 277
Threads: 19
Joined: Sep 2013
Not sure if this is right but eh.. :P
pawn Код:
PlayerInfo[playerid][pArrests]++;
Posts: 277
Threads: 19
Joined: Sep 2013
Posts: 1,733
Threads: 20
Joined: Nov 2010
Reputation:
0
Remove the spaces in your INI-tags:
"Players Robbed" should become "PlayersRobbed" for example.
Since all single-word tags are saving only once, and all your 2-worded tags are saved multiple times, this would be my guess.
Posts: 277
Threads: 19
Joined: Sep 2013
Ugh, didn't think about that.
Thanks
PowerPC.