25.09.2016, 11:43
connection is still 80 and max_len is still 1 according to the logs.
A good way when debugging is to remove the old logs before trying to reproduce/test so it will be more convenient to look up the text.
pawn Код:
cache_get_field_content(0,"VIPJoinDate",PlayerInfo[playerid][VIPJoinDate], ServerMySQL, 80);
cache_get_field_content(0,"VIPExpireDate",PlayerInfo[playerid][VIPExpireDate], ServerMySQL, 80);