mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Adds [signfont] as an HTML Code for Admin Fax Use (#21026)
* papers please * EVENT instead
This commit is contained in:
@@ -462,6 +462,9 @@
|
||||
text = replacetext(text, "\[/i\]", "</I>")
|
||||
text = replacetext(text, "\[u\]", "<U>")
|
||||
text = replacetext(text, "\[/u\]", "</U>")
|
||||
if(check_rights(R_EVENT))
|
||||
text = replacetext(text, "\[signfont\]", "<font face=\"[signfont]\"><i>")
|
||||
text = replacetext(text, "\[/signfont\]", "</i></font>")
|
||||
if(sign)
|
||||
text = replacetext(text, "\[sign\]", "<font face=\"[signfont]\"><i>[user ? user.real_name : "Anonymous"]</i></font>")
|
||||
if(fields)
|
||||
|
||||
Reference in New Issue
Block a user