simply create a dummy mdl and place them where you want to in
wed and assign a action(code) to that dummy mdl ..
then run the function he gave you from your action
function Ammo_Pickup()
{
//the code he gave you
}
//the position gan then be retrieved from me/you pointers
//you would know wich one i suppose
action whatever()
{
ammo_pickup();
}
Last edited by Wjbender; 04/18/12 19:14.