Advertisement
Ioannis20x

Untitled

May 28th, 2023 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. C:\Users\ioann\OneDrive\Projekte\SAMP Server\gamemodes\script.pwn(459) : warning 239: literal array/string passed to a non-const parameter
  2.  
  3. public loadfraks()
  4. {
  5. new query[1024];
  6. format(query,sizeof(query),"SELECT * FROM fraktionen ORDER BY id");
  7. mysql_function_query(dbhandle,query,true,"OnFraksLoad","");//FEHLERZEILE
  8. loadfrakcars();
  9. return 1;
  10. }
  11.  
  12.  
  13. native mysql_function_query(connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:...); //DEPRECATED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement