<%
If RS("gusers") = "1" Then
if RS("pone") = "empty" Then%>
Eight Slots Left
<%else%>
Unfourtunetally this game is full.
<%end if
elseif RS("gusers") = "2" Then
if RS("pone") = "empty" Then%>
Eight Slots Left
<%elseif RS("ptwo") = "empty" Then%>
Seven Slots Left
<%else%>
Unfourtunetally this game is full.
<%end if
elseif RS("gusers") = "3" Then
if RS("pone") = "empty" Then
%>Eight Slots Left<%
elseif RS("ptwo") = "empty" Then
%>Seven Slots Left<%
elseif RS("pthree") = "empty" Then
%>Six Slots Left<%
else%>
Unfourtunetally this game is full.
<%
end if
elseif RS("gusers") = "4" Then
if RS("pone") = "empty" Then
%>Eight Slots Left<%
elseif RS("ptwo") = "empty" Then%>
Seven Slots Left<%
elseif RS("pthree") = "empty" Then
%>Six Slots Left<%
elseif RS("pfour") = "empty" Then
%>Five Slots Left<%
else%>
Unfourtunetally this game is full.
<%
end if
elseif RS("gusers") = "5" Then
if RS("pone") = "empty" Then
%>Eight Slots Left<%
elseif RS("ptwo") = "empty" Then
%>Seven Slots Left<%
elseif RS("pthree") = "empty" Then
%>Six Slots Left<%
elseif RS("pfour") = "empty" Then
%>Five Slots Left<%
elseif RS("pfive") = "empty" Then
%>Four Slots Left<%
else%>
Unfourtunetally this game is full.
<%end if
elseif RS("gusers") = "6" Then
if RS("pone") = "empty" Then
%>Eight Slots Left<%
elseif RS("ptwo") = "empty" Then
%>Seven Slots Left<%
elseif RS("pthree") = "empty" Then
%>Six Slots Left<%
elseif RS("pfour") = "empty" Then
%>Five Slots Left<%
elseif RS("pfive") = "empty" Then
%>Four Slots Left<%
elseif RS("psix") = "empty" Then
%>Three Slots Left<%
else
%>
Unfourtunetally this game is full.
<%
end if
elseif (RS("gusers") = "7") Then
if (RS("pone") = "empty") Then%>
Eight Slots Left
<%else if RS("ptwo") = "empty" Then
%>Seven Slots Left<%
elseif RS("pthree") = "empty" Then
%>Six Slots Left<%
elseif RS("pfour") = "empty" Then
%>Five Slots Left<%
elseif RS("pfive") = "empty" Then
%>Four Slots Left<%
elseif RS("psix") = "empty" Then
%>Three Slots Left<%
elseif RS("pseven") = "empty" Then
%>Two Slots Left<%
else
%>
Unfourtunetally this game is full.
<%
end if
elseif (RS("gusers") = "8") Then
if RS("pone") = "empty" Then%>
Eight Slots Left<%
elseif RS("ptwo") = "empty" Then
%>Seven Slots Left<%
elseif RS("pthree") = "empty" Then
%>Six Slots Left<%
elseif RS("pfour") = "empty" Then
%>Five Slots Left<%
elseif RS("pfive") = "empty" Then
%>Four Slots Left<%
elseif RS("psix") = "empty" Then
%>Three Slots Left<%
elseif RS("pseven") = "empty" Then
%>Two Slots Left<%
elseif RS("peight") = "empty" Then
%>One Slot Left<%
else
%>
Unfourtunetally this game is full.
<%
end if%><BR>
<P>
Umm this is the error
Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/cubularrpg/glist.asp, line 108
elseif (RS("gusers") = "8") Then
^
You guys know the problemo??????????????