SayScript 
37 commentsComments
37 commentsLog in!
You need to log in to be able to write comments!Log in
I like the teleporting idea, but I don't understand how this is all supposed to work. When you type in "!m4a1" you get a smoke grenade that you can throw and teleport to? You can't use Super Armour and Lasers? What does that have to do with the smoke grenade?
All in all, 2 / 5
All in all, 2 / 5
You'd better use this one for equip.
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
addhook("say","buy")
function buy(p,t)
local i
if (string.sub(t,1,1) == "!") then
for i = 1, 99, 1 do
if (string.sub(string.lower(t),2) == string.lower(itemtype(i,"name"))) then
parse(string.format("equip %q %q",p,i))
parse(string.format("setweapon %q %q",p,i))
return(1)
end
end
msg("Weapon name is wrong@C")
end
end
function buy(p,t)
local i
if (string.sub(t,1,1) == "!") then
for i = 1, 99, 1 do
if (string.sub(string.lower(t),2) == string.lower(itemtype(i,"name"))) then
parse(string.format("equip %q %q",p,i))
parse(string.format("setweapon %q %q",p,i))
return(1)
end
end
msg("Weapon name is wrong@C")
end
end
arg...
i hate noob
Sunny Autumn make you a good script all bad
l
or ilyagamer1997 no script please dont say bad script
kay nobb
i hate noob
Sunny Autumn make you a good script all bad
l
or ilyagamer1997 no script please dont say bad script
kay nobb 






SayScript
5 like it!





