Cronwerks MCCode/MCCodes Forums

Please login or register.

Login with username, password and session length

News:

After purchasing with us the download link will be delivered to your forum message box.


This forum is now closed and has moved to a new location! Click here to find out why.
Pages: [1] 2 3 ... 10
 1 
 on: January 27, 2012, 04:49:06 PM 
Started by Cronus - Last post by Cronus
Well everyone, these forums are now read-only and the mod purchasing system has moved to http://www.MCCodeMods.com. The new site has a much nicer domain and a prettier layout altogether.

If you purchased mods here on cronwerks, message me here with your new account name on mccodemods.com and I will move your purchases over to the new site.

Hope to see you all on the other side!

 2 
 on: January 23, 2012, 01:01:17 AM 
Started by skooda - Last post by skooda
Msg alonzorucker@gmail.com for more details demo at crimelane.com 

user-demo
pass-demo

 3 
 on: January 22, 2012, 02:06:45 PM 
Started by Cronus - Last post by KyleMassacre
i am having an issue with the users rating not showing up on their page, it just has the + and - but no number this is what i have
Code: [Select]
<a href=rating.php?change=up&ID={$r['userid']}><img src=positive.gif></a>{$r['rating']}<a href=rating.php?change=down&ID={$r['userid']}><img src=negative.gif></a>

 4 
 on: January 21, 2012, 08:33:55 AM 
Started by KyleMassacre - Last post by KyleMassacre
Im looking for a new estate mod that will let me make it so that to have a certain property it requires X amount of money each day to have for upkeep and if the user goes bankrupt from it they go back down to the default property

 5 
 on: January 21, 2012, 02:19:09 AM 
Started by Cyanide - Last post by bootson
Are you still making mods ? I'm looking for a new travel mod please see, http gang land killers.com

 6 
 on: January 20, 2012, 03:53:57 PM 
Started by Peterisgb - Last post by Djkanna
can u edit it for me so it can be in database

Code: [Select]
ALTER TABLE `users` ADD `crystalbank` INT (11) UNSIGNED NOT NULL DEFAULT 0 Run this in your DBMS of choice.

 7 
 on: January 20, 2012, 01:42:21 PM 
Started by KyleMassacre - Last post by KyleMassacre
Alright thanks, its always the obvious that gets me haha

 8 
 on: January 20, 2012, 01:29:13 PM 
Started by KyleMassacre - Last post by Cronus
Code: [Select]
$db->query("UPDATE users SET donatorbank=donatorbank+(donatorbank/100*6) where > 0");
the problem is this:
Code: [Select]
where >0
you have nothing before the >0, where what is greater than 0? that should probably be:
Code: [Select]
where donatorbank>0

 9 
 on: January 20, 2012, 09:54:11 AM 
Started by KyleMassacre - Last post by KyleMassacre
Im having an issue with members recieving interest in their donator bank I could swear ive tried everything and nothing works. This is what I have set up in my cron day, can someone please help?

$db->query("UPDATE users SET donatorbank=donatorbank+(donatorbank/100*6) where > 0");

 10 
 on: January 20, 2012, 09:11:16 AM 
Started by Cronus - Last post by bigkiller
I've purchased it, edited it all, criminal vengeance stuff etc, changed the sender email..

Good mod so far havnt tested properly yet!

Pages: [1] 2 3 ... 10

This forum is now closed and has moved to a new location! Click here to find out why.