slowz2seecret
Unregistered
Hey I was working on changing Maxs ep2 demo site to work completely on ep1 servers but I got bored and dont really wanna do it anymore. Ill release it with everything ive done so far. I changed and edited different things and got most things working. Good luck to anyone who would like to finish this.Download:
2
Old one:
2
Credits:
Website: MaX
Changes: Blackfire
thanks for this adapte great job but i have one problem, how i can fix this:
2
slowz2seecret
Unregistered
:X so waiting for one person to help with this haha
slowz2seecret
Unregistered
Ok im fix it, you need remplace this code:
//Some call settings$query2 = "SELECT a_name, a_level FROM t_characters WHERE a_admin = 0 AND a_enable = 1 ORDER BY a_level desc LIMIT 5";
$query2 = "SELECT a_name, a_level FROM t_characters WHERE a_admin = 0 AND a_enable = 1 ORDER BY a_level desc LIMIT 5";
//Check if player is a GM
$qry88="SELECT * FROM t_characters WHERE a_admin>0";
$result88=mysql_query($qry88);
//Sort out players into table order
while($list44 = mysql_fetch_array( $result88 )) {
//T-GM List
if($list44[a_admin] == "20"){
$Player_name = $list[a_nick];
In line 179 to 192.
Regards