- 0
Ajutor Scripting
-
Similar Content
-
Servicii Scripting 1 2
By zNx[],
- 37 replies
- 3,365 views
-
- 3 replies
- 101 views
-
- 26 replies
- 595 views
-
- 2 answers
- 42 views
-
- 7 replies
- 633 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
RedBull1
Primesc aceasta eroare: error 029: invalid expression, assumed zero
Linia: va_format(query, sizeof(query), text[], va_start<1>);
Stock-ul:
stock sendquery(const text[], va_args<>) {
new query[256];
va_format(query, sizeof(query), text[], va_start<1>);
mysql_query(SQL, query);
return 1;
}
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.