the script use used that like when you say "!laser101" it will give you a laser here's the script:
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("say","pbs.sayfuncs.say")
function pbs.sayfuncs.say(p,txt)
function equip(id,wid)
	parse('equip '..id..' '..wid)
	if (txt=="!laser101") then
			equip(id,45)
please help me
Give Weapon Lua Script
1 
Offline