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

Hey when ever i try and take out a lone it says 500 is not a valid option how do i fix that?

It says that about everything. This mod doesn't work.

How do u spawn banks, that police thing, and all of those computer things that u can get loans and such how do i spawn those?
You have to be an admin

Protip: Don't use a mac.
Rock on


I don't get why this won't work on a non-dedicated or lan server.

Well, if anyone wants to try, you can remove the check in server.cs.

Line 2548:
Code: [Select]
if(!$server::dedicated)
{
echo("CityRP does not support non-dedicated servers. Terminating.");

return;
}

is there a way to change its preferences so it can work in those server types?

if($server::lan)
{
echo("CityRP does not support LAN servers. Terminating.");

return;
}

EDIT: Jookia told me sassy hates LAN and it's meant to be run on stable, dedicated servers.

Shadow, that doesn't work.

Were is the proper city RP if this one doen't work?

Download link removed and locked until fixed.

Code: [Select]
Johnny Patterson says:
If somebody comes up with proof that the mod is broken
Johnny Patterson says:
then I'll investiage
Johnny Patterson says:
so far it's just been talk




How do I get the update 1.3 or whatever. Cause right now I only have first one with 4 jobs.

Does anybody know how to successfully add new jobs. Currently i've entered the scripts right and it doesnt work for me. thanks in advance

Does anybody know how to successfully add new jobs. Currently i've entered the scripts right and it doesnt work for me. thanks in advance
ask worthmonk... he knows alot about it. Try PMing him.

I found out how to do jobs and ill post it here for those who don't know. First you want to edit the job scripts in.

Then you want to go to the lines where it says:

Quote
if(isFile("config/server/PeopleMods/CityRPPrefs.cs"))
            {
               exec("config/server/PeopleMods/CityRPPrefs.cs");
            }

and add a number after both "CityRPPrefs" so it looks like this:

Quote
if(isFile("config/server/PeopleMods/CityRPPrefs2.cs"))
            {
               exec("config/server/PeopleMods/CityRPPrefs2.cs");
            }

These lines can be found shortly after wher the jobs are inserted, underneath prices demerits and other.

 :cookie: :cookie: :cookie: for Lord Templar. I dunno why but thanks for responding to my question.
« Last Edit: November 25, 2008, 02:35:38 AM by Pocketz »

Not sure if anyone else noticed this...

Code: [Select]
if(%command $= "cast")
{
 if(strLwr(getWord(strLwr(%args), getWordCount(%args) - 1)) $= "sandwich")
 {
  messageClient(%client, '', "\c6You cast a sandwich, but Iban takes it away from you!");
 }
 return;
}