Author Topic: survivalRP - holywtf bump! and maybe finishing up some loose ends??  (Read 111087 times)

lol over 2 months
maybe 2 weeks. but i think less

And why do you guys care? It's not your mod.
If youre going to be that way about it then you shouldnt have ever posted this topic
I mean, its not our mod, why do we care about it?

I think he was talking to Deathwish and Kinex.

Yeah. And sorry guys, I've been busy, with work and school. Today (thursday) is seriously the first day this week I've had time to do what I want.

I'm working on my music more so you won't see me as much.


I extracted the whole chat system + Radio, and I am thinking of using it for my server. I know it works, so can I?

If you made the code, and you have no written agreement, then I don't see any problem on that one...

maybe i could change the hunger mod or something, but im not sure. maybe, although i've never really done anything to do with scripts so....

NINJA EDIT: can't, sorry.
« Last Edit: September 19, 2009, 11:30:09 AM by howto774 »

Do not distribute any part(s) of the Survival RP gamemode, or any of the systems. Ask me directly before ever doing so. You don't have my permission unless I say otherwise. Anyone who worked on it, or that I specifically gave rights to, can use it on their server.

Tom

Milk, I'm gonna add a basic system to keep unwanted people from using it. It will be easy to crack, but it should keep noobs who have no idea how to script from using it if it gets leaked.

Milk, I'm gonna add a basic system to keep unwanted people from using it. It will be easy to crack, but it should keep noobs who have no idea how to script from using it if it gets leaked.
if(!strPos(getKeyID, 4000)) || !strPos(getKeyID, 3000))
    return;

Tom

if(!strPos(getKeyID, 4000)) || !strPos(getKeyID, 3000))
    return;
I'm gonna use something slightly more secure, as you don't need much knowledge to change a number.

Also that won't work lol.
« Last Edit: September 19, 2009, 01:15:39 PM by Tom »

I'm gonna use something slightly more secure, as you don't need much knowledge to change a number.
Also missed the () in getKeyID().

Tom

getKeyID doesn't even return a raw number >: )