Jump to content
MakeWebGames

Recommended Posts

Posted

Hello Guys,

Im posting this Mod because someone asked me two make this mod for them and I actually thought it was a good idea, And then some more people wanted this mod, So i thought ill share it on here :wink:

Its a bit Like Male, Female

But people can change there Race to Criminal, Thief, Hacker, Vampire, Ware Wolf, Gangsta and More

And people will see it on there Profile, Abit like Male, Female :|

Anyway Guys here it is:

----------------------------------------------------------------------------------------------------------

1. Open preferences.php and Find:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

ADD Below:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

2. Next Find:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

ADD Below:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

3.Next Find:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

ADD Below:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

SAVE preferences.php

----------------------------------------------------------------------------------------------------------

4. Open viewuser.php and Find:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

ADD After:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

SAVE viewuser.php

----------------------------------------------------------------------------------------------------------

5. Run This SQL in Phpmyadmin

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

AND NOW YOU HAVE DONE, ENJOY!

----------------------------------------------------------------------------------------------------------

 

If you get any Errors Please Say, But I tested it and it Works Fine! :-D

NOTE: If you wish to add more Names then Add the Names in the SQL and the other Files

Posted

Re: [V2] Race Mod [V2]

 

Nice very good...maybe as an addon for this mod you could have it so each race gives you different benefit in game? :-D

Good Idea.... But at this moment off time im working on another Mod,

But ill see what i can do when i have finished! :wink:

Posted

Re: [V2] Race Mod [V2]

 

Nice mod mate and i really like the benefits idea i would like to see that come in

Thanks, And yeh i like the Idea too,

But what sort off Benefits would you people want :|

Give me a little Description! :-D

Posted

Re: [V2] Race Mod [V2]

Nice mod. :)

I get this:

Fatal error: Call to undefined function conf_race_change() in /usr/home/*****/domains/************/public_html/preferences.php on line 26

I changed a few of the races, and altered the SQL to the correct name, but the error is on this line:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Cheers,

The Ace

(I don't need to put in lines above or below, coz the code is in the first post!) lol :-P

Posted

Re: [V2] Race Mod [V2]

Now thats pretty Strange.....

It worked fine when i tried it on my test site,

Im not sure if i changed some codes, but heres my preferences.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Replace it with that and then see if it works :/

Posted

Re: [V2] Race Mod [V2]

Thanks! :D

Your's works! Now, I just need to change the ones I changed before.....(that might have affected it before!) lol

Thanks again, :)

Posted

Re: [V2] Race Mod [V2]

 

Thanks! :D

Your's works! Now, I just need to change the ones I changed before.....(that might have affected it before!) lol

Thanks again, :)

Alright, If you wish to add more names or take some off just edit the SQL and Add the Names to preferences.php :)

Posted

Re: [V2] Race Mod [V2]

You could elso change the Mod to Something like "Status"

Where you could have like "Dont Mail Me" "Away From Computer" "Be Right Back" etc

I no theres a mod out there like that, But it would be a Good Idea, If you wish to change it! :)

Posted

Re: [V2] Race Mod [V2]

Yes me to lol

But im going to do it like this

Copy all the text off my first post,

Then paste it in notepad

And click Edit > Replace

Then Input race and then input status and click Replace all

Then Bingo lmao :-D

Posted

Re: [V2] Race Mod [V2]

Yeah...much easier rather than going through it all and change it manually!

 

Back to the race...what sorta thing do I add so it costs about £500,000 to change your race....?

Guest Anonymous
Posted

Re: [V2] Race Mod [V2]

^^

$db->query("UPDATE users SET money=money-500000 WHERE userid=$userid");

ah and you would need to add ....

if($ir['money'] < 500000)

{

die("You need more cash to to change your race.");

}

so you don't go into minus.

Guest Anonymous
Posted

Re: [V2] Race Mod [V2]

if($ir['money'] < 500000)

{

die("You need more cash to to change your race.");

}

sorted.

Posted

Re: [V2] Race Mod [V2]

Im being generus today People

Heres The Race mod Converted into Status Mod

You can add this aswell as adding the Race Mod!

----------------------------------------------------------------------------------------------------------

1. Open preferences.php and Find:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

ADD Below:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

2. Next Find:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

ADD Below:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

3.Next Find:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

ADD Below:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

SAVE preferences.php

----------------------------------------------------------------------------------------------------------

4. Open viewuser.php and Find:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

ADD After:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

SAVE viewuser.php

----------------------------------------------------------------------------------------------------------

5. Run This SQL in Phpmyadmin

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

----------------------------------------------------------------------------------------------------------

AND NOW YOU HAVE DONE, ENJOY!

----------------------------------------------------------------------------------------------------------

I havnt Tested this, But it should work! :D

Posted

Re: [V2] Race Mod & Status Mod on Page 2 [V2]

could someone convert both of those like say the status mod and the race to v1

i mean i can only convert files such as like blah.php ccantconvert stuff like hat yet wont work f or me

Posted

Re: [V2] Race Mod & Status Mod on Page 2 [V2]

Extermination, where's the bloody SQL. Lol. Im joking somethings probably messed up, you wouldn't forget the SQL, I know you, you make excellent mods, you've already beaten a paid mod. Anyway i've always wanted this mod so please post the SQL. ;)

Posted

Re: [V2] Race Mod & Status Mod on Page 2 [V2]

 

Extermination, where's the bloody SQL. Lol. Im joking somethings probably messed up, you wouldn't forget the SQL, I know you, you make excellent mods, you've already beaten a paid mod. Anyway i've always wanted this mod so please post the SQL. ;)

Lmao, Which SQL are you talking about,

I can see both SQLs :?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...