I get a error with this SQL code:
"INSERT INTO banrequests (Poster ,On ,Reason ,SteamID) VALUES ('".. ply:Nick() .."','".. args[1] .."','".. args[2] .."','".. args[3] .."')"
the args and ply:Nick() exist i printed them in console.
What can the problem be?