View Single Post
  #20  
Old 07-29-2012, 09:29 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by MattKan View Post
I didn't know this before, and I'll have to admit it makes me just a little bit nervous. Do you know how I could go about overriding that command, and if possible only for scripts starting with certain names?
Add this to the weapons.

PHP Code:
public function destroy() {
  echo(
"no");

A better solution is to simply make routine backups.
__________________

Last edited by cbk1994; 07-29-2012 at 09:58 PM.. Reason: good catch Skyld
Reply With Quote