pick up (lua)mortyr22 User Offline 03.07.09 12:20:31 pm i create my lua(classes) how to create:you can pick up only bandage.
Re: pick up (lua)Admir User Offline 03.07.09 12:23:59 pm Please use Lua help section, here is the code you only can pickup bandage and medikit 1234567addhook("walkover","medkit") function medkit(id,iid,type) 	if (type>=64 and type<=65) 		return 0 	end 	return 1 end If you want pick bandage only, remove that number 64