Author Topic: Where is the City RP Mod? Been Searching.  (Read 4863 times)

RP Core was really good but I wasn't going to loving wait for real estate.
I went into certain problems called "Schedule Quota Hit". I am going to fix the problem as soon as I'm done with some other things.

I went into certain problems called "Schedule Quota Hit". I am going to fix the problem as soon as I'm done with some other things.

3: what else?

Where is the City RP Mod. I've seen it in game and played it, but when I came and tryed to look for it, it wasn't there. Anyone know where it went? Been wantin it for a long time.
It is failbinned. Try looking for Block City. If Block City's failed, use the stuffty RP core.


Tom

RP core has some general functionally issues and modifying it sucks because it has about 4 files that contain about 4 functions each, and there is little correlation to what is in each file.

RP core has some general functionally issues and modifying it sucks because it has about 4 files that contain about 4 functions each, and there is little correlation to what is in each file.
Organization is terrible.

Posting a link equals a ban.

It's a terrible game and no right-minded person would want it.

It's not even CityRP because you can't even get your hands on high-grade weapons in a city. It's an overstylized deathmatch.

/thread

3: what else?
Teaser: GUI

RP core has some general functionally issues and modifying it sucks because it has about 4 files that contain about 4 functions each, and there is little correlation to what is in each file.
It is better to sort them into categorized files instead of having all mixed down in one file with 1000 rows that nobody want to scroll through.

I recommend using BL_ID.txt-based saves.
5000.txt

I recommend using BL_ID.txt-based saves.
5000.txt
What? Thought I was the only one with that idea a year ago...

What? Thought I was the only one with that idea a year ago...
RSPS style, except RSPS's usually do name.txt-based saving.

RSPS style, except RSPS's usually do name.txt-based saving.
I really cannot follow what RSPS is...


Oh, I see. Didn't know how they stored their data...
Although, it is a smart way when there is a huge amount of players joining and leaving the server all the time, meaning that the load is a minimum.

Oh, I see. Didn't know how they stored their data...
Although, it is a smart way when there is a huge amount of players joining and leaving the server all the time, meaning that the load is a minimum.
Whatever you do, make sure you cache your data somewhere instead of retrieving it from the file every time you need the data, which is why Sassy is stupid.