hook.Add( "PlayerSay", "sayit", function( ply, text, public )
if ( string.lower( text ) == "!binol" ) then
for k, v in pairs(player.GetAll()) do
ply:Say("/a Jestem jebanom kurwom",false)
end
end )
Why wont this work? I put it in lua>autorun
hook.Add("PlayerSay", "sayit", function(ply, text)
if ( string.lower(text) == "!binol" ) then
for _, player in pairs(player.GetAll()) do
player:Say("/a Jestem jebanom kurwom", false)
end
end
end)
lua/autorun/server/something_strange_init.lua
what do you mean?
Read his path, read your path...
yup i have and ive tried his path and code, still wont work