Joel Posted June 9, 2008 Posted June 9, 2008 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 Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 Re: [V2] Race Mod [V2] Nice. Thanks Matt :-D Quote
danger boy Posted June 9, 2008 Posted June 9, 2008 Re: [V2] Race Mod [V2] nice mod mate keep it up i like ur mods Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 Re: [V2] Race Mod [V2] nice mod mate keep it up i like ur mods Thank You Mate! :-) Quote
ShizzleNizzle Posted June 9, 2008 Posted June 9, 2008 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 Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 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: Quote
PsyChoTic Posted June 9, 2008 Posted June 9, 2008 Re: [V2] Race Mod [V2] Nice mod mate and i really like the benefits idea i would like to see that come in Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 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 Quote
The Ace Posted June 9, 2008 Posted June 9, 2008 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 Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 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 :/ Quote
The Ace Posted June 9, 2008 Posted June 9, 2008 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, :) Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 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 :) Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 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! :) Quote
The Ace Posted June 9, 2008 Posted June 9, 2008 Re: [V2] Race Mod [V2] Ooh, that is a good idea! I might consider that! :D :wink: Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 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 Quote
The Ace Posted June 9, 2008 Posted June 9, 2008 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....? Quote
Guest Anonymous Posted June 9, 2008 Posted June 9, 2008 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. Quote
-Matt- Posted June 9, 2008 Posted June 9, 2008 Re: [V2] Race Mod [V2] so each time they refresh you take away $500,000 never mind going into -500,000? Quote
Guest Anonymous Posted June 9, 2008 Posted June 9, 2008 Re: [V2] Race Mod [V2] if($ir['money'] < 500000) { die("You need more cash to to change your race."); } sorted. Quote
The Ace Posted June 9, 2008 Posted June 9, 2008 Re: [V2] Race Mod [V2] Thanks Ze0n! :D Worked wonders. Quote
Joel Posted June 9, 2008 Author Posted June 9, 2008 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 Quote
iR00T Posted June 16, 2008 Posted June 16, 2008 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 Quote
HarryB Posted June 16, 2008 Posted June 16, 2008 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. ;) Quote
Joel Posted June 16, 2008 Author Posted June 16, 2008 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 :? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.