• Help with GLUA
    5 replies, posted
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
https://steamuserimages-a.akamaihd.net/ugc/914671358332137732/4881F1D66CCAECA7F4B3471F85B4F9A3F9BB2D7D/
Sorry, you need to Log In to post a reply to this thread.