To use most (maybe all?) of these, you need to designate the weapon to be a client RC, so put this in the onCreated bracket:
PHP Code:
requestText("clientrc", true);
'true' means you are logging onto a client RC. 'false' would sign you off of client-rc if you were already signed in.