Quote:
Originally Posted by hornet
Take a look at GHW Weapon Replacement.
|
thanks... got the droped weapon showing as custom model now ...
im assuming i can do same way with weapon pickup? detect is picked up weapon is custom model if it is then set weapon to custom weapon...
EDIT: ok no luck.. is it possible to detect the weapons model when pickup?
so if the model on w_ is custom and you pick it up... is it possible to check
if( equal( pickedupgun, "model/custom/custom.mdl" ) ) {
set_pev( etc etc etc... ?
__________________