Player Notes SQL

Adds the SQL based notes system. Partially refractored to use the new DB procs and look neater.
This commit is contained in:
skull132
2016-01-19 14:55:01 +02:00
parent 9310018dbd
commit 5da7e3d699
5 changed files with 324 additions and 38 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
feedback_inc("ban_warn",1)
else
if(C)
C << "<font color='red'><BIG><B>You have been formally warned by an administrator.</B></BIG><br>Further warnings will result in an autoban.</font>"
C << "<font color='red'><BIG><B>You have been warned by an administrator.</B></BIG><br>Further warnings will result in an autoban.</font>"
message_admins("[key_name_admin(src)] has warned [key_name_admin(C)]. They have [MAX_WARNS-D.warns] strikes remaining.")
else
message_admins("[key_name_admin(src)] has warned [warned_ckey] (DC). They have [MAX_WARNS-D.warns] strikes remaining.")