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



there was suposed to be drugs and crap like that in here

there was suposed to be drugs and crap like that in here
You're an idiot, theres not suppost to be. I helped make it, I think I'd know.

Shame it doesn't work on normal servers.

*sad face*

Tom

having thew same roblem as tom
Mac problem, I tried it on family PC and it worked fine. I think I'm gonna rewrite the bank code.
Easy fix, I just had to remove the decimals for each stage level.
« Last Edit: October 29, 2008, 08:31:48 AM by Tom »

Monty wasn't wrong when he said 'Jook likes to make things difficult for himself and everyone else'. Just went through and looked at the code for the chat commands.

All I can say is "!??!"

I whipped up a quick and simple dynamic chat command system that uses nothing but isfunction and simple string manipulation (in about 30 minutes, testing time inclusive), and Jookia himself is using a giant if->return rig. I don't mean to criticize (yes I'm joking about that part) but what the hell? I expected better from Jookia. Seeing as how he's one of the more hailed scripters around.

I am willing to admit I couldn't come close to completing anything of this magnitude but it's always the little things that stuff me.

Did I tell you about the time Jookia was making stuff up about me?

No, but that's a story perhaps better saved for MSN if you have it or ingame if you don't. Or perhaps a drama thread?

Drama sounds good.

M, msn? :D

You can't spawn stuff...

Ok, so I have not been here in a really long time. I am not sure exactly what this is. Is it simply to be for a city rpg? Sounds pretty cool might try a server and try it out.

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

return;
}

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

return;
}

Any news yet on if this works???

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

return;
}

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

return;
}

Any news yet on if this works???
Hmm I don't know maybe TRY IT!

to Kunit:where do I insert the code? Is there a particular slot or just add it to the bottom?
« Last Edit: October 29, 2008, 05:16:24 PM by Lord Templar »