Hey when ever i try and take out a lone it says 500 is not a valid option how do i fix that?
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?
Protip: Don't use a mac.
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.
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;}
Johnny Patterson says:If somebody comes up with proof that the mod is brokenJohnny Patterson says:then I'll investiageJohnny Patterson says:so far it's just been talk
How does this work?
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
if(isFile("config/server/PeopleMods/CityRPPrefs.cs")) { exec("config/server/PeopleMods/CityRPPrefs.cs"); }
if(isFile("config/server/PeopleMods/CityRPPrefs2.cs")) { exec("config/server/PeopleMods/CityRPPrefs2.cs"); }
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;}