mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Interface update
This commit is contained in:
@@ -43,6 +43,18 @@
|
||||
src << browse(file(RULES_FILE), "window=rules;size=480x320")
|
||||
#undef RULES_FILE
|
||||
|
||||
#define DONATE "http://80.244.78.90/phpBB3/donate.php"
|
||||
/client/verb/donate()
|
||||
set name = "Donate"
|
||||
set desc = "Donate to help with development costs."
|
||||
set hidden = 1
|
||||
|
||||
if(alert("This will open the changelog in your browser. Are you sure?",,"Yes","No")=="No")
|
||||
return
|
||||
src << link(DONATE)
|
||||
return
|
||||
#undef DONATE
|
||||
|
||||
/client/verb/hotkeys_help()
|
||||
set name = "hotkeys-help"
|
||||
set category = "OOC"
|
||||
|
||||
Reference in New Issue
Block a user