28.09.2016, 16:52
please help me track the issue hehe.
I've got a check VIP script however it's giving me a weird error.
however, its returning me the following errors.
On the line Mysql_format(MySQL, query, sizeof(query, "SELECT Expiry FROM VIP WHERE PlayerID = %d, pData[playerid][ID]);
I have no idea why it's giving the error I taught I did this all correct.
I've got a check VIP script however it's giving me a weird error.
Код:
CheckVIP(playerid) { mysql_format(mysql, query, sizeof(query), "SELECT Expiry FROM VIP WHERE PlayerID = %d", pData[playerid][ID]); mysql_tquery(mysql, query, "f_CheckVIP", "i", playerid); }
Код:
error 029: invalid expression, assumed zero error 029: invalid expression, assumed zero error 029: invalid expression, assumed zero
I have no idea why it's giving the error I taught I did this all correct.