If it's the city rp with the "^" to change jobs then you need to open the file, then go to the server file and you will find somthiing that looks like this
$CityRP::jobs::name[$CityRP::jobs++] = "Policeman";
$CityRP::jobs::initialInvestment[$CityRP::jobs] = 150;
$CityRP::jobs::pay[$CityRP::jobs] = 50;
$CityRP::jobs::tools[$CityRP::jobs] = "hammerItem wrenchItem printGun CityRPBatonItem";
$CityRP::jobs::items[$CityRP::jobs] = false;
$CityRP::jobs::law[$CityRP::jobs] = true;
$CityRP::jobs::pickpocket[$CityRP::jobs] = false;
if i am right copy and paste it in the next part just change the job names and things like that.