Author Topic: CityRP jobs  (Read 5998 times)

 is there a way to add a brick? like there are police bricks and bank bricks and real estate bricks.. im wanting to add a bounty hunter brick? lol

Learn to script. No other way.

Code: [Select]
$CityRP::jobs::tools3 = "hammerItem wrenchItem printGun";
Lol screw up :D
Criminal also has lock pick.
It should be, i think:
Code: [Select]
$CityRP::jobs::tools3 = "hammerItem wrenchItem printGun" "lockpickTool";

Code: [Select]
$CityRP::jobs::tools3 = "hammerItem wrenchItem printGun lockpickTool";As long as lockpickTool is the name of the weaponImage.

im new at scripting and wondering the easiest way to learn it. Im out of my house right now so i have to w8 to try it out.Im going to look at my cityRP jobs add more and be able to modify it. i have the counter-strike mod so it might not work but i hope it does.and if im lucky i might be able to make my own map :D   javascript:replaceText('%20:cookie:',%20document.forms.postmodify.message);

i did this:

prefs
 name $CityRP::jobs::name[$CityRP::jobs=%ID] Default
 
 initialInvestment $CityRP::jobs::initialInvestment[%ID] 0
 pay $CityRP::jobs::pay[%ID] 0
 tools $CityRP::jobs::tools[%ID] hammerItem wrenchItem printGun
 items $CityRP::jobs::items[%ID] false
 law $CityRP::jobs::law[%ID] false
 pickpocket $CityRP::jobs::pickpocket[%ID] false
 description $CityRP::jobs::description[%ID] TypeTextHere
 

ID 1
 name Civilian
 
 initialInvestment 0
 pay 20
 tools hammerItem wrenchItem printGun
 items false
 law false
 pickpocket false
 description The most basic option.
 
ID 2
 name Shop Keeper
 
 initialInvestment 100
 pay 40
 tools hammerItem wrenchItem printGun
 items true
 law false
 pickpocket false
 description Can sell items and guns to other people.
ID 3
 name Criminal
 
 initialInvestment 150
 pay 20
 tools hammerItem wrenchItem printGun gunItem
 items false
 law false
 pickpocket true
 description Can steal money from others
ID 4
 name F.B.I.
 
 initialInvestment 150
 pay 50
 tools hammerItem wrenchItem printGun  CityRPBatonItem
 items false
 law true
 pickpocket false
 description Can jail wanted people and collect money from it.
ID 5
 name Policeman

 initialInvestment 1000
 pay 100
 tools hammerItem wrenchItem printGun CityRPBatonItem
 items true
 law true
 pickpocket false
 description Have high salarys and can jail people.
ID 6
 name S.W.A.T
 
 initialInvestment 1000
 pay 100
 tools hammerItem wrenchItem printGun gunItem shotgunItem
 items false
 law true
 pickpocket false