14.02.2015, 11:12
Quote:
cache_get_field_content("1",.... Change these numbers to "0". in all cache get codes.
|
pawn Code:
cache_get_field_content(0, "BanID", temp), bID = strval(temp);
cache_get_field_content(0, "Name", temp), bName = strval(temp);
cache_get_field_content(0, "IP", temp), bIP = strval(temp);
cache_get_field_content(0, "Reason", temp), bReason = strval(temp);
cache_get_field_content(0, "BannedBy", temp), bannedBy = strval(temp);
cache_get_field_content(0, "Expiration", temp), bExpiration = strval(temp);