Jump to content
MakeWebGames

ags_cs4

Members
  • Posts

    545
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by ags_cs4

  1. Look who is back (some one i stoll lot of idea from his game 😄 ), welcome back. as for sql managment i use heidiSQL it changed my web dev 180°.
  2. here a way of accessing functions (not methods) inside a mod instead of copy posting them in every mod that use it lets say this is our function public function get_user($uid){ return $uid; } normaly to use it you have to have it insideur module .inc.php file and use $this->foo but you can have it inside the .hook.php and the remove the "public" from it should be like this function get_user($uid){ return $uid; } inside it use global $db; for databese use ($user, $page ...) and now u can acces it from any mod in the engine using echo get_user(1); if you have lot of functions add a unic name for each function so they stay separated.
  3. why would i use phone for full flegde dev work? it take too much time just tom make a small file long ago when my pc or internet was down i would go work in internet cafee (not 100% privacy, but i would only code there)
  4. yeah how could they ???! will be waiting to see @Dave opinion on this sure it is, i wont be selling mine 😄
  5. abandoned since 2012 as far as i remember
  6. yeah i think thats the fix for it.
  7. looking forward to see new updates. keep us updated ❤️
  8. very nice i wish you the best of luck. 👍 i noticed the game is in closed beta
  9. normal unless it have lot of column, but even tho u can change the design from column to rows with css well that depend on ur use for the table
  10. why use html tables when u have css 😄
  11. add it to the market + some screen shoots and some details
  12. lol its the number of img u gona have ex: 4 mostaches + 4 Beard ...
  13. lets pretend we didn't see that 😄 was in the car so yea. but having avatar changer for example:
  14. for games no, but its not hard u just need someone to make imgand u place them on top of each other i will make one in my game but i will only make the face the items in mt game right now ar at least 433 so it will be expensive to make equipment as a avatar but if i can get a good budjet by not 🙂
  15. good but most games already have their default avatar wich come compatible with their color scheme
  16. my opinion is 50/50 50% good design/layout to make it easy for new player (new to text based games) 50% good content/story to keep players interested in the game
  17. its the worst mod to have with mcc security
  18. my latest theme
  19. ags_cs4

    Hi :)

    walcome back its great seeing more pl coming back
  20. ags_cs4

    I need help

    max-width: 100%;
  21. ags_cs4

    PSD conversion

    hey, not sure i convert but i can take the idea and make a css version of it, hit me up, here or in discrod (PHPkiller#5602), im latly busy and fighting corona but i will try my best to do the work
  22. you could jest check topic posted June 8, 2011 last post November 14, 2011
  23. i gota say you need lot of work on your theme, and colors, they all must work together, as for the black Background i recommend u use a brighter dark it hurt the eye with the blue/yellow color u are using, see twitter dark mode and you will know what i mean
×
×
  • Create New...