- 0
Ajutor Scripting
-
Similar Content
-
- 28 replies
- 2,717 views
-
- 70 replies
- 9,462 views
-
- 4 replies
- 334 views
-
- 1 reply
- 256 views
-
- 1 reply
- 261 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;
}
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now