21.12.2011, 00:11
(
Last edited by iTorran; 22/12/2011 at 12:06 AM.
)
Hello,
When i join my server, the client will lose connection 3 or 4 times before actually doing the part of the script its supposed to (banned check).
After some debugging i found the problem, but i'm not quite sure how i would go about fixing this.
Cause:
When i join my server, the client will lose connection 3 or 4 times before actually doing the part of the script its supposed to (banned check).
After some debugging i found the problem, but i'm not quite sure how i would go about fixing this.
Cause:
pawn Code:
if(mysql_retrieve_row())
{
mysql_fetch_field_row(date, "Date");
mysql_fetch_field_row(time, "Time");
mysql_fetch_field_row(reason, "Reason");
}