here's the code im thinkin... im starting and learning fast... just need explanations.
Red is my question..
if (CSocket.Client.whatidishere = 10)
{
else
{
Text("I'm sorry, you are only allowed for 10 draws per day. Please come again tomorrow", CSocket);
Link("Whatever.", 255, CSocket);
End(CSocket);
}
}
break;
Thnks






