Jump to content
MakeWebGames

guy

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by guy

  1. guy

    AzHCode

    This is a great script. Has most of the features that you would want in a game from the get go. AlizHarb is great. He is willing to help if you have any questions, and is quick with a response. Thank you.
  2. Im new here, but been reading alot and learning alot from everyone here. Just want to say thanks!! But im having a problem with this mod. Ive followed everything as stated, but it still doesnt seem to be working for me????? When choosing to do a quest it says invalid quest???? Everything else works with no errors, but just cant do the quest?? $macropage="doquest.php?c={$_GET['c']}"; include "globals.php"; if($ir['jail'] or $ir['hospital']) { print "This page cannot be accessed while in jail or hospital."; $h->endpage(); exit; } $_GET['c']=abs((int) $_GET['c']); if(!$_GET['c']) { print "Invalid mission"; } else Any help is appreciated Thank you
×
×
  • Create New...