Sim Posted January 28, 2009 Posted January 28, 2009 This mod will allow users to create there own credit card companys in which they can loan money to other users in-game. This mod is also gonna be apart of my "Gang Mod" which will be called the Loan Shark business's instead of credit card companys. more details found here: http://criminalexistence.com/ceforums/i ... 125361#new Teaser: SQL You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. add this line of code before ?> in "cron_day.php" You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. user_cc_companys.php file http://www.teampo2.com/crime-web/user_cc_companys.zip Be sure to add a link pointing to user_cc_companys.php in your menu somewhere. Quote
Zytraw Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Nice one! +1 Great Idea! Quote
John99 Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Yeah looks good and great idea too. +1 Quote
ReaSonZ Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Great idea +1 V2 maybe Quote
Sim Posted January 28, 2009 Author Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Great idea +1 V2 maybe I don't have V2 and i'm not paying 300$ for it =) I was gonna sell thsi mod at 5$/copy to try to get there lols but decided to give my first mod away as a freebie. if you like it that much though, you can donate to [email protected] via paypal. ;] Quote
CriminalMinded Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Great idea +1 V2 maybe I don't have V2 and i'm not paying 300$ for it =) I was gonna sell thsi mod at 5$/copy to try to get there lols but decided to give my first mod away as a freebie. if you like it that much though, you can donate to [email protected] via paypal. ;] Before you think of selling mod's how about you learn how to spell first? It's amount not ammount! :wink: Quote
Sim Posted January 28, 2009 Author Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Great idea +1 V2 maybe I don't have V2 and i'm not paying 300$ for it =) I was gonna sell thsi mod at 5$/copy to try to get there lols but decided to give my first mod away as a freebie. if you like it that much though, you can donate to [email protected] via paypal. ;] Before you think of selling mod's how about you learn how to spell first? It's amount not ammount! :wink: oh yeah? Quote
Guest Sniko` Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Jesus its a spelling, OMG why do people get so wound up on a spelling mistake. Nice Idea Sim Quote
Sethenor Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys wow man that is one sexy mod good job mate+1 Quote
_Ricky_ Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys very nice mod +1 but is there anything that makes the person pay back the loan? Quote
Sim Posted January 28, 2009 Author Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys No. Quote
Sethenor Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys I cant see the cron day code can you re-post please Quote
_Ricky_ Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys problem is...the code is set when a user takes out a loan to minus the ammount from the companys bank....but the user can borrow as much as the company has in its bank....there needs to be something in there that says you cannont borrow more than that max ammount Quote
_Ricky_ Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys basicly when you set up a company it says to enter max ammount a user can borrow but they can borrow as much as you have in your company....needs a code stateing you cant borrow more than the max ammount that the company owner stated when they made the company Quote
Sim Posted January 28, 2009 Author Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys basicly when you set up a company it says to enter max ammount a user can borrow but they can borrow as much as you have in your company....needs a code stateing you cant borrow more than the max ammount that the company owner stated when they made the company bug fixed and also fixed bug where you can enter a negative # to manipulate system. please redownload file. Also heres the cron_day.php query thats needed if you can't see it. mysql_query("UPDATE userCCCompanyClients SET client_ammount_owed=(client_ammount_owed + (client_ammount_owed / client_ammount_int))") or die(mysql_error()); Quote
Sethenor Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Thank you sim good job Quote
Lithium Posted January 28, 2009 Posted January 28, 2009 Re: [mc codes lite] User Credit Card Companys Before you think of selling mod's how about you learn how to spell first? It's amount not ammount! :wink: LOL, but then again, before complaining about others spelling, well you should also check your spelling first. it's "Mods" as short for "modification" and not "mod's" as you spelt. (and yes you can complain about my spelling as english is not my native language) ;) @ Sim ... nice concept :) Quote
ReaSonZ Posted January 29, 2009 Posted January 29, 2009 Re: [mc codes lite] User Credit Card Companys is ammount fixed Quote
Sim Posted January 29, 2009 Author Posted January 29, 2009 Re: [mc codes lite] User Credit Card Companys what ammount? The spelling error? if thats what you mean, then No, and I don't plan on fixing the spelling error. Quote
ReaSonZ Posted January 29, 2009 Posted January 29, 2009 Re: [mc codes lite] User Credit Card Companys Ammount To Amount V2 Not Tested You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Sim Posted January 29, 2009 Author Posted January 29, 2009 Re: [mc codes lite] User Credit Card Companys good job ReaSonZ Quote
bling Posted January 29, 2009 Posted January 29, 2009 Re: [mc codes lite] User Credit Card Companys i test this out few few mins ago and come too how do other get loans when the no link to get a loan only start a ccard Company Quote
Sim Posted January 29, 2009 Author Posted January 29, 2009 Re: [mc codes lite] User Credit Card Companys Gotta click the company name, that will bring up a form where you can get loan. Quote
Shivski Posted January 29, 2009 Posted January 29, 2009 Re: [mc codes lite] User Credit Card Companys Hmm, iv added this, but when I click the link, there is nothing. The game around it is fine, just no tables or anything. iv added the sql and the .php file again to no avail. Im using the V2 version. Any ideas? Quote
daz010 Posted January 31, 2009 Posted January 31, 2009 Re: [mc codes lite] User Credit Card Companys Once again .... i have redownloaded it and i can take out more than the max that the bank say i can but as long as they have the funds there is no amount to be stopped. Please can we fix this as it is a great mod just needs that part fixing! Many Thanks 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.