Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
9
_module/nss/hcrh_banpc.nss
Normal file
9
_module/nss/hcrh_banpc.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "hc_inc_helper"
|
||||
|
||||
void main()
|
||||
{
|
||||
SendMessageToPC(OBJECT_SELF,"That player is banned till server restart.");
|
||||
SendMessageToAllDMs(GetName(OBJECT_SELF)+" just banned "+GetName(oMyTarget));
|
||||
SetPersistentInt(oMod,"BANNED"+GetPCPublicCDKey(oMyTarget),1);
|
||||
BootPC(oMyTarget);
|
||||
}
|
||||
Reference in New Issue
Block a user