Jump to content
MakeWebGames

Recommended Posts

Posted

Re: [MC-Codes][V2]Thugs (core system)

 

lol @ Zero-Affect.

You're unable to view this code.

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

To many to list.

lol i know that's why i stopped at ctype  :-D

but i atleast made a example with mine giving that i know them :P

not all of them are used for protection though...

Posted

Re: [MC-Codes][V2]Thugs (core system)

yea i was gona add a thug v thug attack system (thats why the level and stats and items r there) could be possable to hosp the user that lost

  • 3 weeks later...
Posted

Re: [MC-Codes][V2]Thugs (core system)

This does not really do anything.

No members have made any money from like this.

They just wasted their money.

Posted

Re: [MC-Codes][V2]Thugs (core system)

yes im adding a way to get money from it soon its just ive been so busy wit a level exams it would be very easy to add stuff ur self

Posted

Re: [MC-Codes][V2]Thugs (core system)

you could add somat to cron day like

mysql_query("UPDATE users SET thugmoneyclaim = 1");

then add somat like this to mythugs.php after if($action==''){

if($ir['thugmoneyclaim']) {

echo 'Gather money for today';

then add this before the last '} else {' at the bottom of the page

else if ($action==collect){

if($ir['thugmoneyclaim']) {

$rand= mt_rand(100,750);

$money = $ir['thugs']*$rand;

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

} else {echo'you have already gathred your money today!';}

}

btw i just done this on my ipod so it may not work

  • 1 month later...
Posted

Re: [MC-Codes][V2]Thugs (core system)

Can i have Cron for this Training and When i buy the Item i make It dont show up in the Attacking or Defiance :D

  • 4 weeks later...
Posted

Re: [MC-Codes][V2]Thugs (core system)

as anyone got this to work at all a very good new core system just looks thrown together tho which is a shame coz this be improved alot ill work on this for my game then :) thanks for the post

Posted

Re: [MC-Codes][V2]Thugs (core system)

from the 1st of september i will be recoding all of this i will be relesing the core systemout for free but there will be addons for it that you can install for it (will be around $5ea tho) when 1st coded this i was learning php and threw this together so it will be beter coded too!

Posted

Re: [MC-Codes][V2]Thugs (core system)

wow september some time way and yes mate as much as i like tghe idea i do agree that this was thrown together mate will be nice to see your outcome and to see how far you can go with this

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...