Posts: 250
Threads: 53
Joined: Feb 2017
Reputation:
0
Hi everybody! How to I can create a police ranking? Example? If there a player got +100arrested he will promoted to rank 2 and etc else +300arrested promoted to rank 3 How to do that? Thank you.
Posts: 53
Threads: 3
Joined: Jan 2017
Reputation:
0
Create a field in your saving system (dini, dof2, mysql etc) and save the number of times the cop has arrested someone.
After that, check how many players the police officer arrested and set his rank.
Posts: 250
Threads: 53
Joined: Feb 2017
Reputation:
0
Can you just give me some codes examples? like tutorial let me understand more
Posts: 1,071
Threads: 24
Joined: Aug 2014
Reputation:
0
Upon Arresting someone, increase the number of TotalArrests by 1. And also make a check at every time he arrests, If, TotalArrests is more than 100, set his JobRank(or whatever) to 2 and keep on doing this.
Posts: 250
Threads: 53
Joined: Feb 2017
Reputation:
0
Can you give me more examples? I'm sorry for I'm not reply to you before but I lost my internet.. so can u give me more examples?