Author Topic: Axolotl's CityRPG with Drugs  (Read 2922 times)


What is wrong with it?
Sassy is terribly made. Jasa got rid of it.

Sassy is a joke. But, it's not too bad if you actually know how to use it.
Code: [Select]
function Sassy::getData(%this, %ID)
{
for(%a = 0; %a <= %this.dataCount; %a++)
{
if(%this.data[%a].ID == %ID)
return %this.data[%a];
}
return 0;
}
Iban coded the mod to call the function every time you need to edit or view data when you could just define it on the client when they connect.

Not to mention the horrendous format it saves data in and it doesn't support offline data at all.

it doesn't support offline data at all.

Does Jasa's???

Does Jasa's???
Yeah.

EDIT: I am Jasa incase you haven't found that out
« Last Edit: July 30, 2012, 05:08:59 PM by Plexious »

Pretty cool. I have Jasa's and I'm prob just gonna use it for code.

Pretty cool. I have Jasa's and I'm prob just gonna use it for code.
I'd rather you not.

Why not? D: Are you an alt or something likewise?

Should I use RPCore saver instead, or is that bad also?

Why not? D: Are you an alt or something likewise?

He just said that he is Jasa. What do you not get about that...

He just said that he is Jasa. What do you not get about that...

I said that before he edited it. -_-

Pretty cool. I have Jasa's and I'm prob just gonna use it for code.
I'd rather you not.

Can I use it for education?
I mean
No stealing code
Looking how you did it and then doing it a similar way

Can I use it for education?
I mean
No stealing code
Looking how you did it and then doing it a similar way
I'm not okay with anybody having my mod, even just to learn. There's plenty of other gamemodes out there, just look at those.

I could imagine a hierarchy scriptobject saver.

Code: [Select]
MasterSO
v
SaveSO_BLID0 SaveSO_BLID100

for everybody on the server, there will be a SaveSO_BLID that will dump itself when a tick passes and when a player leaves. It will create itself and load when the player spawns.

...but I think somebody will ramble on how it might be stuff or inefficient, or it might be a good idea after all.

I'm not okay with anybody having my mod, even just to learn. There's plenty of other gamemodes out there, just look at those.
Except most of the others are garbage