polar22
Пользователь
hook.Add( "OnPlayerChat", "Chatkomutlari", function( ply, strText, bTeam, bDead )
if ( ply != LocalPlayer() ) then return end
strText = string.lower( strText )
if strText == "!workshop" or strText == "!w" then
gui.OpenURL( "http://steamcommunity.com/koleksiyonunuz" )
return true
elseif strText == "!grup" then
gui.OpenURL( "http://steamcommunity.com/groups/grubunuz" )
return true
end
end )
if ( ply != LocalPlayer() ) then return end
strText = string.lower( strText )
if strText == "!workshop" or strText == "!w" then
gui.OpenURL( "http://steamcommunity.com/koleksiyonunuz" )
return true
elseif strText == "!grup" then
gui.OpenURL( "http://steamcommunity.com/groups/grubunuz" )
return true
end
end )