Advertisement
Guest User

Untitled

a guest
Aug 5th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. AdminLogs("Admin %s promoted %s to Admin Level %d.",GetName(playerid), GetName(id), level);
  2.  
  3.  
  4. function AdminLogs(string[]) {
  5. gQuery[0] = EOS;
  6. mysql_format(SQL,gQuery, sizeof(gQuery), "INSERT INTO adminlogs (`info`) VALUES ('%s')", string);
  7. mysql_tquery(SQL,gQuery,"","");
  8. return 1;
  9. }
  10.  
  11.  
  12. Primesc erorile : warning 202: number of arguments does not match definition la linia cu Adminlogs("blabla");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement