Stable
1.3.4
Added a function to config to copy existing jobrank tables for other jobs:
JBR_CopyRankTable(JobToCopy, Job)
JobToCopy - This is the jobs ranktable it will copy and use
Job - The job that should use the ranktable
Example: JBR_CopyRankTable(TEAM_CHIEF, TEAM_POLICE)
This would give TEAM_POLICE the same ranks as TEAM_CHIEF
However this only COPY the table, the progression is still unique for each job
NOTE: THIS FUNCTION HAS TO BE CALLED AT THE END OF THE CONFIG
Added command to convert all data from SQLite to MySQL (This overwrites MySQL data, use player command if you wish to convert a specific player)
Restart server once this command has been used as it doesn't update current players
"jobranks_convertsql_all"