Jump to content
MakeWebGames

redsnake420

Members
  • Posts

    408
  • Joined

  • Last visited

Everything posted by redsnake420

  1. Re: [MCCodes V2] View User whats up with all the links being placed all weird like that
  2. Re: [mccode v2] Preferences someone must have changed the password for the demo account cause its not letting me login with demo
  3. Re: [mccode v2] Annoucements Upgrade! thanks karlos +1 i cant wait to see what add-ons you make for it
  4. Re: McCodes - Banners for 3 Pounds - PAYPAL ONLY ok one question if you have been making professional banners for years how come your banner examples don't look professional at all it is just text with some very simple effects on them and that hitman pic has a really crappy cut out job on it
  5. Re: New banner too much black and its only my opinion but using people like hitman's agent 47 and the true crime guy i don't like, i personally hate seeing copyrighted images on game banners but keep trying and try not to use game renders for your work
  6. Re: [mccode v2] Preferences im think its just the js lagging maybe because it all spreads down showing everything
  7. Re: [mccode v2] Preferences is it just me or is this made from sniko's prefs cause when you use it you can see the same stuff like on his
  8. Re: [mccode v2] Preferences Very Nice Blue i am sure i will be using this once i edit it a bit thanks and +1
  9. Re: PowerBall!!! what are you showcasing a pic of a mod? this is the wrong place to do that this place is to showcase graphic work
  10. Re: No attacking level 1 i like pog1 safety idea the best lol hook it up   all the ways are good +1 for everyone
  11. Re: [mccode V2] Player of the week... sweet +1 to you as well for the nice add-on :-)
  12. Re: [mccode V2] Player of the week... ok i know i must be sounding like a total newb for saying this but if i want to make it not a random item and only 1 item and to give out more then one of that item wouldn't i edit this part   $item=rand(1,30); item_add($rr['userid'], $item, 1);   to this part   $item=25; item_add($rr['userid'], $item, 2);   25 being the item id and 2 being the quantity that they get right?
  13. Re: [mccode V2] bank interest CAP The other way wouldn't work for me even after i closed it properly so i did this and it works perfect.       $total = $_POST['deposit'] + $ir['bankmoney']; if($_POST['deposit'] > 10000000000) { die("You Cannot Deposit Over Ten Billion In your Bank"); } if($total > 10000000000) { die("You Cannot Have Over Ten Billion In your Bank"); }
  14. Re: [mccode V2] bank interest CAP It needs to be like this then,     $total = $_POST['deposit'] + $ir['bankmoney']; if($_POST['deposit'] > 15000000000 && $total > 15000000000) { die("NO"); }     Or it wont close the die function properly.
  15. Re: [mccode V2] bank interest CAP thats where i was putting it but it kept saying there was an error
  16. Re: [mccode V2] bank interest CAP Ok lol i know this must be the noobiest question in the world but where do i put this at in my banks?     $total = $_POST['deposit'] + $ir['bankmoney']; if($_POST['deposit'] > 15000000000 && $total > 15000000000) { die("NO") }
  17. Re: [MCcode V2] Item Market Revamped lovin your revamps great job again radio +1
  18. Re: [MCcode V2] Item Info revamp! very nice radio i will be using it once i add a lil bit to it thanks +1
  19. Re: [Mccodes v2] Pass The Parcel / Secret Santa its a nice mod but what does the secret santa part have to do with it? a secret santa would be players sending other players gifts and not know who sent them
  20. Re: User Defined DPs Auto Crediting radio if you get this to work right let me know i will be interested in buying it if i have to because my players have been wanting this for quite some time now
  21. Re: [New Game!]Legacy Phaser +1 on the register page :lol:     QUERY ERROR: Table 'phaser_PhaserDB.ads' doesn't exist Query was SELECT * FROM ads ORDER BY rand() LIMIT 1
  22. Re: [mccode V2] Index.php well you did do a great job on this so +1 :)
  23. Re: [mccode V2] Index.php I forgot to say thanks and i know i gotta edit it myself, I hope you didn't think i was implying that you do it for me.
  24. Re: [mccode V2] Index.php i like it i will need to it a bit add my house and house pic in there so it looks even and take out the events part
  25. Re: [showcase] D4rk-Forces so what do you all think?
×
×
  • Create New...