Jump to content
MakeWebGames

Paddy

Members
  • Posts

    211
  • Joined

  • Last visited

Everything posted by Paddy

  1. Re: BRAND NEW EXPLORE [v2] Tested ive tested it works pretty good.. but its not good in my opinion if you update alot the game what if "as is" you wanted to add 5 more mods to explorer?? and if the image was more realistic to where you was goin in town atleast it would have been better.. 6/10 if you coded this
  2. Re: Enhanced Hall of fame [v2] most hated maybe
  3. Re: [V2] Ignore User Mail [V2] good work both of you
  4. Re: Gang Prices good job mate :wink:
  5. Re: [FREE] [V2] 2 Game Styles/Themes why not make Energy <bar> 100% Will <bar> 100% Brave <bar> 5/5 Health <bar> 100% Exp <bar> 0%   might fit better ??
  6. Re: [FREE] [V2] Simple but better looking game header! hhmm not bad :?               haha just kidding mate looks nice mate :lol:
  7. Re: Most of my Mods for V2   Hiya Paddy long time no chat mate yeah mate been quite busy, but you know where to find me aight :-)
  8. Re: Most of my Mods for V2 good luck mate hope to see you growing in you're skills excellent turn you're taking there take care
  9. Re: Usersonline [V2] well done mate looks good nice addition to the game :-)
  10. Re: Texas Hold 'Em Mod im interested in purchasing this! any updates ? thanks
  11. Re: New Login Page, Great look!!! haha k great design then :)
  12. Re: New Login Page, Great look!!! nice login page :) although it reminds me of Prince of Persia?? :|
  13. Re: [V2]Game Stats For Admin[V2]     thats exactly my point as my fedjail doesn't show the users money i have to search all fedjailed users, i have to go on to edit user for all of them! where as this mod shows you there money and bank money so if they are fedjailed you would know there and then who to edit! and stupidity and opinion don't match if you don't like it doesn't mean its stupid just my way of thinking that it will suite my game thats all thanks anyway :-) PS if they return after 365 days they will be billionaires with the job money and bank Interest and anything else that pays on a daily basis so i think its right to delete there money
  14. Re: [V2]Game Stats For Admin[V2] well users cant attack fedjailed users! just was wondering if it could be implemented in the me.php so if a user is fedjailed you just remove all the money from him so if a user goes in the stats.php will see less cash than it actually is.. this imo will be good for games which have allot of users might be wrong just an opinion !!   (never said anything about deleting users)
  15. Re: [V2]Game Stats For Admin[V2] just to keep the money in the stats.php down :lol: if i have 20 users fedjailed with 5 mill each that makes 100mill extra cash in the game
  16. Re: [V2]Game Stats For Admin[V2] maybe show if the user is fedjailed or not so if the person is fedjailed you can then remove that money of him
  17. Re: Money,crystals cap just wondering if there is anyone that knows how to put a cap on the cmarket.php so they don't put crystals at silly prices any help would be appreciated Thanks
  18. Re: Basic Stock Market [V2] something to add on would be they have to pay a certain amount of crystals to start using the stock market just an idea
  19. Re: 3 in 1 Bank System [$20] huh wtf not to intrude but i think akash does a pretty well a very good job imo i never got any problems just minor once which are fixed ASAP and i can say that even best coders find minor errors sometimes im sorry but i disagree with you here
  20. Re: Screening Mod and Research Facility Centre Mod [FREE][V2] in my opinion you did a very good job didnt test it yet but im sure you worked hard on it well done and keep it up :)
  21. Re: Mood Mod   that happened to me too make sure you add this   case 'moodchange': mood_change(); break;
  22. Re: Register [Free] Nice work mate well done :)
  23. Re: Mood Mod Thanks Tonka :-) So Edits made   ALTER TABLE `users` ADD `mood` VARCHAR( 255 ) NOT NULL default 'Unknown' ;   instead of   ALTER TABLE `users` ADD `moods` [code]enum('accomplished','Unknown','afraid','amazed','angry','animated','annoyed',anxious','aroused','ashamed','awake','bitchy','blah','blank','blessed','bored','brave','busy','calm','cheerful','cold','confused','contented','cranky','crappy','crazy','creative','curious','depressed','disappointed','disgusted','distracted','embarrassed','excited','flirtatious','frustrated','grumpy','guilty','happy','hot','humbled','humiliated','hungry','hurt','impressed','in_love','indignant','interested','intoxicated','invincible','jealous','lonely','loved,'mean','moody','nervous','neutral','offended','playful','proud','relieved','remorseful','restless','sad','sarcastic','serious','shocked,'shy','sick','sleepy','stressed','surprised','thirsty','worried',) NOT NULL default 'Unknown';   And This   change it to case 'moodchange': mood_change(); break;   Instead of this   case 'moodchange': conf_mood_change(); break;   and works fine[/code]
  24. Re: Mood Mod might be wrong but could it be this part NOT NULL default 'Unknown'; Why is it Unknown? still trying to learn so might be wrong :lol:
  25. Re: Mood Mod   ALTER TABLE `users` ADD `moods` enum('accomplished','Unknown','afraid','amazed','angry','animated','annoyed',anxious','aroused','ashamed','awake','bitchy','blah','blank','blessed','bored','brave','busy','calm','cheerful','cold','confused','contented','cranky','crappy','crazy','creative','curious','depressed','disappointed','disgusted','distracted','embarrassed','excited','flirtatious','frustrated','grumpy','guilty','happy','hot','humbled','humiliated','hungry','hurt','impressed','in_love','indignant','interested','intoxicated','invincible','jealous','lonely','loved,'mean','moody','nervous','neutral','offended','playful','proud','relieved','remorseful','restless','sad','sarcastic','serious','shocked,'shy','sick','sleepy','stressed','surprised','thirsty','worried',) NOT NULL default 'Unknown';   ERROR: Unclosed quote @ 800 STR: ' SQL: ALTER TABLE `users` ADD `moods` enum('accomplished','Unknown','afraid','amazed','angry','animated','annoyed',anxious','aroused','ashamed','awake','bitchy','blah','blank','blessed','bored','brave','busy','calm','cheerful','cold','confused','contented','cranky','crappy','crazy','creative','curious','depressed','disappointed','disgusted','distracted','embarrassed','excited','flirtatious','frustrated','grumpy','guilty','happy','hot','humbled','humiliated','hungry','hurt','impressed','in_love','indignant','interested','intoxicated','invincible','jealous','lonely','loved,'mean','moody','nervous','neutral','offended','playful','proud','relieved','remorseful','restless','sad','sarcastic','serious','shocked,'shy','sick','sleepy','stressed','surprised','thirsty','worried',) NOT NULL default 'Unknown';   Thats from phpMYadmin any help please thanks
×
×
  • Create New...