15.03.2016, 12:36
Use strcat
formating query and using it inside is probably not valid
formating query and using it inside is probably not valid
PHP код:
new fullquery[1256];
format(query, sizeof(query), " `LastOnline` = '%s',", PlayerInfo[playerid][pLastOnline]);
strcat(query,fullquery);

