Coding Help

The time is right for a suicide!
Post Reply
atrey65789
Virtue/4E
Virtue/4E
Posts: 512
Joined: 21 Jan 2012, 15:27

Coding Help

Post by atrey65789 »

I have been making a gametype lately,


And it seems to be real delicate with cheating.... When I go to do anything... It kicks me out for cheating...

I did put in my own skill system, (No UI screens or skill classes... its variable-based)...I am thinking this
could be causing it.. but how?


If anyone knows the problem, Post below, or PM me for the source...

It says I was kicked for this reason: InvSS
I do not know what this means.

Something to do with the Inventory?


Thanks :)
Atrey
User avatar
RedDynasty
Principality/2C
Principality/2C
Posts: 126
Joined: 20 Jun 2012, 01:57
Location: Trapped with SCP-895

Re: Coding Help

Post by RedDynasty »

InvSS does sound like a inventory class related thing. And as far as i know, any mods for dx that have new skills\augs or anything like that dont work in multiplayer. Im not sure :S
Perhaps the new skills affect other inventory subclasses. So, unless you added new weapons for the new skills, the inventory class doesnt know what to do with those skills and goes batshit insane.
Image
Image
You're not a gamer until you played this.
atrey65789
Virtue/4E
Virtue/4E
Posts: 512
Joined: 21 Jan 2012, 15:27

Re: Coding Help

Post by atrey65789 »

Here's the thing... like the original skills... they were made in classes... like SkillTech, SkillDemolition, etc.


These skills are variables... like " var int FireSkilLevel " etc.
Post Reply