Universal VIP rank from MySQL

Discussion in 'Plugin Requests' started by Creep, Feb 15, 2017.

  1. Why not working? How to delete a record in a database?this code does not work!
    Code:
     _mySql.Delete (Sql.Builder.Append ( ""DELETE from database WHERE `steamid` = @ 0 ", SteamID), _mySqlConnection); [/ code]
     
    Last edited by a moderator: Feb 16, 2017
  2. I'm not a developer but it sounds like maybe you can hook on a few other commands like an expiration date and on X date it executes "usergroup remove NAME VIP". I don't know, like I said I'm no pro but that may offer a new suggestion
     
  3. did you try

    Code:
    var sql = Sql.Builder.Append("DELETE from database WHERE `steamid` = @0", steamid);
    _mySql.Query(sql, _mySqlConnection, list => { });
    
     
  4. So I use this rule and does not work!
     
  5. Score cuts really knows?