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