Quote:
Originally Posted by Knightmare1
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.