View Single Post
  #2  
Old 12-29-2007, 05:35 AM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Knightmare1 View Post
is there a way to do add items (guns, items, etc.) that are lying on the ground? would i have to make it like this? and so it dissapears.
PHP Code:
//#CLIENTSIDE
function onActionGrab() {
  
clientr.weapon.? = 1;
  
destroy;

You'd need to make your own Grab trigger. Also, clientr. flags can't be set clientside.
Reply With Quote