Quote:
|
Originally Posted by ^_^Satan^_^
The problem with your most recent code is that you called a switch function and then never did the switch in the same public function.
Code:
case 2:
{
switch(page-1) // see?
}
}
}
}
}
return PLUGIN_HANDLED;
}
You also missed a } at one point.
|
LOL Holy shit look at all those brackets >_>......
__________________