You must clone the MP5 in the server and also in the client. >hi all, ive just tried to make a new weapon for a HL mod... i've got a small >problem....... >well, ive made a weapon.... when it spawns i can pick it up... but i see no gun, i >just get ammo :| > >Btw its a clone of the mp5 but it shares the ammo... > >Ive set the slots correctly to: > > p->pszName = STRING(pev->classname); > p->pszAmmo1 = "9mm"; > p->iMaxAmmo1 = _9MM_MAX_CARRY; > p->pszAmmo2 = "ARgrenades"; > p->iMaxAmmo2 = M203_GRENADE_MAX_CARRY; > p->iMaxClip = MP5N_MAX_CLIP; > p->iSlot = 2; > p->iPosition = 3; > p->iFlags = 0; > p->iId = m_iId = WEAPON_MP5N; > p->iWeight = MP5N_WEIGHT; > >also as u can see the gun is called MP5N > >any ideas why i can't pick it up.... > > >_____________________________________________________________ >Get your own [EMAIL PROTECTED] .... http://www.mouselike.org > >_____________________________________________________________ >Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, >POP & more! http://www.everyone.net/selectmail?campaign=tag >_______________________________________________ >To unsubscribe, edit your list preferences, or view the list archives, please visit: >http://list.valvesoftware.com/mailman/listinfo/hlcoders
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

