ItsMods

Full Version: how to drop a weapon ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, when I spawn in my mod i've got a m16 and a asp! How I can drop theese weapons ? I use the command dropWeapon(...); but it return me "unknown command"... Can anyone help me ? Big Grin

sry4my bad english.
self dropItem( self GetCurrentWeapon() );
self takeWeapon(self getCurrentWeapon());

take in mind that you can't use random commands like giveAnswerToTheUniverse(); and expect it to work
I <3 you <3
(06-02-2011, 15:57)AZUMIKKEL Wrote: [ -> ]self takeWeapon(self getCurrentWeapon());

take in mind that you can't use random commands like giveAnswerToTheUniverse(); and expect it to work

I found dropWeapon in the wiki of treyarch omfg...
Azu he needed Dropweapon not takeweapon I think

But this actually didn't gave an error when I tryd:

treyarcharetrolls();
(06-02-2011, 16:05)diSe Wrote: [ -> ]I found dropWeapon in the wiki of treyarch omfg...

I'll remember not to help you another time.
(06-02-2011, 16:29)AZUMIKKEL Wrote: [ -> ]
(06-02-2011, 16:05)diSe Wrote: [ -> ]I found dropWeapon in the wiki of treyarch omfg...

I'll remember not to help you another time.

._.
(06-02-2011, 16:34)diSe Wrote: [ -> ]._.

Quote:DropWeapon( <weapon name>, <hand>, <throw speed> )
Module: AI
SP Only

Module: AI
SP Only


"omfg"
(06-02-2011, 16:37)AZUMIKKEL Wrote: [ -> ]
(06-02-2011, 16:34)diSe Wrote: [ -> ]._.

Quote:DropWeapon( <weapon name>, <hand>, <throw speed> )
Module: AI
SP Only

Module: AI
SP Only


"omfg"

Sorry but i'm new in mod world _
(06-02-2011, 16:51)diSe Wrote: [ -> ]
(06-02-2011, 16:37)AZUMIKKEL Wrote: [ -> ]
(06-02-2011, 16:34)diSe Wrote: [ -> ]._.

Quote:DropWeapon( <weapon name>, <hand>, <throw speed> )
Module: AI
SP Only

Module: AI
SP Only


"omfg"

Sorry but i'm new in mod world _

I don't care. If that's the response you get for trying to help, then I'd rather not.