Author Topic: [P] CityRP  (Read 81206 times)

tryed that it works!!
For forgets sake. How many bloody times do I have to explain WHY NOT TO loving DO THAT.

IT WILL BREAK THE SAVING SYSTEM.

man this is alot easyer to crack and cheat with the code then i expected but one prob its completly working even with my new jobs exept reallastate and bank arnt working I WANT THEN WORKING they are making my rp as fun as hell (in a bad way)

man this is alot easyer to crack and cheat with the code then i expected but one prob its completly working even with my new jobs exept reallastate and bank arnt working I WANT THEN WORKING they are making my rp as fun as hell (in a bad way)
You're only cheating yourself.

And it's called changing a number, not cracking.

this whole thing wont work for me and im not editing it!

i added all these jobs
$CityRP::jobs::name[$CityRP::jobs++] = "official";
$CityRP::jobs::initialInvestment[$CityRP::jobs] = 1000;
$CityRP::jobs::pay[$CityRP::jobs] = 100;
$CityRP::jobs::tools[$CityRP::jobs] = "hammerItem wrenchItem printGun";
$CityRP::jobs::items[$CityRP::jobs] = false;
$CityRP::jobs::law[$CityRP::jobs] = false;
$CityRP::jobs::pickpocket[$CityRP::jobs] = false;
            
$CityRP::jobs::name[$CityRP::jobs++] = "mayor";
$CityRP::jobs::initialInvestment[$CityRP::jobs] = 1000000;
$CityRP::jobs::pay[$CityRP::jobs] = 100000;
$CityRP::jobs::tools[$CityRP::jobs] = "hammerItem wrenchItem printgun CityRPBatonItem";
$CityRP::jobs::items[$CityRP::jobs] = true;
$CityRP::jobs::law[$CityRP::jobs] = true;
$CityRP::jobs::pickpocket[$CityRP::jobs] = false;
            
$CityRP::jobs::name[$CityRP::jobs++] = "doctor";
$CityRP::jobs::initialInvestment[$CityRP::jobs] = 100;
$CityRP::jobs::pay[$CityRP::jobs] = 50;
$CityRP::jobs::tools[$CityRP::jobs] = "hammerItem wrenchItem printgun medigunitem pillitem";
$CityRP::jobs::items[$CityRP::jobs] = false;
$CityRP::jobs::law[$CityRP::jobs] = false;
$CityRP::jobs::pickpocket[$CityRP::jobs] = false;

$CityRP::jobs::name[$CityRP::jobs++] = "heavy Criminal";
$CityRP::jobs::initialInvestment[$CityRP::jobs] = 250;
$CityRP::jobs::pay[$CityRP::jobs] = 30;
$CityRP::jobs::tools[$CityRP::jobs] = "hammerItem wrenchItem printGun minigunitem flamethroweritem";
$CityRP::jobs::items[$CityRP::jobs] = false;
$CityRP::jobs::law[$CityRP::jobs] = false;
$CityRP::jobs::pickpocket[$CityRP::jobs] = true;
WTF the items arnt showing up i have them enabled and i typed them right do i need the tf2 part?
« Last Edit: November 16, 2008, 11:25:01 AM by wrothmonk »

What I did to get the mod working again after you add jobs is delete the PeopleMods folder in "C:\Program Files\Blockland\config\server" and start a dedicated server. The folder will reappear with all your settings.

i added all these jobs
-snip-
WTF the items arnt showing up i have them enabled and i typed them right do i need the tf2 part?

Perhaps because you're an idiot who can't script for stuff?

but my doctor job worked  its the same basic thing only with difrent items.
and besides this script is simple for the jobs

well i got the minigun working when i added the tf2

nvm i switched the minigun to rocket launcher

What I did to get the mod working again after you add jobs is delete the PeopleMods folder in "C:\Program Files\Blockland\config\server" and start a dedicated server. The folder will reappear with all your settings.
i just saved the ext and it worked but i need bank working

hey is it possable to do over 10 jobs the last time i tried adding a 10th job it messed everything up