Changed folder name.
Changed folder name.
This commit is contained in:
19
_module/nss/sfpb_anti_cheat.nss
Normal file
19
_module/nss/sfpb_anti_cheat.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Scarface's Persistent Banking
|
||||
//:: sfpb_anti_cheat
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Written By Scarface
|
||||
*/
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
// Anti exploit stuff
|
||||
if (GetLocalInt(OBJECT_SELF, "ANTI_CHEAT"))
|
||||
{
|
||||
DeleteLocalInt(OBJECT_SELF, "ANTI_CHEAT");
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user